You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/18 00:13:34 UTC

[01/30] incubator-joshua git commit: added support for old "lm = " lines

Repository: incubator-joshua
Updated Branches:
  refs/heads/7_confsystem 4cb838ce7 -> 8f47187e4


added support for old "lm = " lines


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/ffd9c5a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/ffd9c5a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/ffd9c5a3

Branch: refs/heads/7_confsystem
Commit: ffd9c5a30cf44c55bb58e94739125845be99a0ea
Parents: 4cb838c
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 16:08:21 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 16:08:21 2016 +0200

----------------------------------------------------------------------
 scripts/compat/sevenize_my_conf_plz.py | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/ffd9c5a3/scripts/compat/sevenize_my_conf_plz.py
----------------------------------------------------------------------
diff --git a/scripts/compat/sevenize_my_conf_plz.py b/scripts/compat/sevenize_my_conf_plz.py
index 30fbf71..6f6db47 100755
--- a/scripts/compat/sevenize_my_conf_plz.py
+++ b/scripts/compat/sevenize_my_conf_plz.py
@@ -20,7 +20,7 @@ def smooth_key(key):
     return key.replace('-', '_').replace('maxspan', 'span_limit')
 
 def parse_args(line):
-    found = []
+    found = {}
     
     """Assume the argument string is "-key value" pairs. Don't bother with error checking."""
     tokens = line.split(' ')
@@ -29,7 +29,7 @@ def parse_args(line):
         key = smooth_key(tokens[i][1:]) # strip leading -
         val = tokens[i+1]
 
-        found.append('%s=%s' % (key, val))
+        found[key] = val
 
         if key == 'path':
             if type == 'thrax' or type == 'hiero':
@@ -38,9 +38,12 @@ def parse_args(line):
                 else:
                     type = 'TextGrammar'
 
-    found.insert(0, 'class = %s' % (type))
+    found['class'] = type
 
-    return ", ".join(found)
+    return found
+
+def parse_args_to_string(line):
+    return ', '.join(['%s = %s' % (k,v) for k,v in parse_args(line).iteritems()])
 
 for line in sys.stdin:
     line = line.rstrip()
@@ -56,12 +59,24 @@ for line in sys.stdin:
 
         _, tm = re.split(r'\s*=\s*', line, 1)
 
-        tms.append(parse_args(tm))
+        tms.append(parse_args_to_string(tm))
+
+    elif line.startswith('lm'):
+        """Backwards compatibility for old LM specification method"""
+
+        _, lm = re.split(r'\s*=\s*', line, 1)
+        lm_type, order, left, right, default, path = lm.split(' ')
+
+        className = 'LanguageModel'
+        if left == 'true':
+            className = 'StateMinimizingLanguageModel'
+
+        features.append('class = %s, lm_type = %s, lm_order = %s, lm_file = %s' % (className, lm_type, order, path))
 
     elif line.startswith('feature-function'):
         _, feature = re.split(r'\s*=\s*', line, 1)
 
-        features.append(parse_args(feature))
+        features.append(parse_args_to_string(feature))
 
     else:
         key, value = re.split(r'\s*=\s*', line, 1)


[17/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output-berkeleylm.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output-berkeleylm.gold b/joshua-core/src/test/resources/bn-en/hiero/output-berkeleylm.gold
deleted file mode 100644
index ef11275..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output-berkeleylm.gold
+++ /dev/null
@@ -1,943 +0,0 @@
-"-226.302 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-226.523 rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-226.884 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-227.201 rabindranath 's birth in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-227.217 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-227.707 rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-227.982 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.069 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.133 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.160 rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-21.022 recently with united states with the relationship between improved ."
-"-21.210 recently with united states with the relation between improved ."
-"-21.900 in recent times with united states with the relationship between improved ."
-"-22.055 in recent times india with united states relationship between improved ."
-"-22.088 in recent times with united states with the relation between improved ."
-"-22.129 recently india with united states relationship between improved ."
-"-22.329 in recent times of india with united states relationship between improved ."
-"-22.334 recently with the united states relationship between improved ."
-"-22.473 recently with the united states with the relationship between improved ."
-"-22.538 recently with united states with the relation improved ."
-"-10.471 mathematics so science language ."
-"-10.543 mathematics is science language ."
-"-11.587 mathematics that science language ."
-"-12.065 science mathematics that language ."
-"-12.259 mathematics so that the science language ."
-"-12.352 mathematics hence science language ."
-"-12.590 mathematics that is science language ."
-"-12.619 mathematics , science language ."
-"-12.751 mathematics that is why science language ."
-"-12.755 mathematics in science language ."
-"-322.621 from this it it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.636 from this it it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.853 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.867 from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.952 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.966 from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.982 from this it can be understood easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.995 it can be understood from this easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.996 from this it can be understood easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.010 it can be understood from this easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-236.836 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-236.965 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.005 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-237.135 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.590 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-237.670 the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-237.720 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.800 the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.839 in the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-237.965 same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-217.895 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-220.097 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority that the ."
-"-220.171 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority where the ."
-"-220.174 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 single absolute majority in the ."
-"-220.184 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods ."
-"-220.511 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-220.827 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party majority in the \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 ."
-"-220.946 mujib and his party \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-221.426 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the ."
-"-221.431 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 the majority in ."
-"-432.357 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that ."
-"-433.284 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama ."
-"-433.453 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama ."
-"-433.520 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that ."
-"-433.577 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with that can ."
-"-433.863 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that ."
-"-433.962 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 with his work to that ."
-"-433.974 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a that ."
-"-434.091 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a and pajama ."
-"-434.368 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that ."
-"-246.114 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.373 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.508 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not ."
-"-246.730 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.767 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not ."
-"-246.771 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not ."
-"-246.863 apart from task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.890 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.912 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these are very is not ."
-"-246.989 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-255.565 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-255.977 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-256.602 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina ."
-"-256.654 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-256.668 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers ."
-"-256.721 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 the oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-256.940 it social situation in his oppositions \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-256.967 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-257.007 in social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-257.014 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina ."
-"-321.077 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-321.092 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-321.673 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-321.689 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-322.768 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-323.365 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-324.195 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-324.476 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf is"
-"-324.792 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-325.073 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf is"
-"-664.033 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.104 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-664.428 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.430 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- , the ."
-"-664.498 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-664.501 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.506 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.549 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city as the national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.571 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party he was the main speech -lrb- keynote speech -rrb- to the ."
-"-664.576 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-186.010 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was considered as a province ."
-"-186.122 power distribution of population on east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was considered as a province ."
-"-186.163 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was regarded as a province ."
-"-186.196 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan was considered as a province ."
-"-186.266 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province considered as the ."
-"-186.276 power distribution of population on east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was regarded as a province ."
-"-186.308 power distribution of population on east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan was considered as a province ."
-"-186.341 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the west pakistan was considered as a province ."
-"-186.349 power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan was regarded as a province ."
-"-186.363 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was considered as a province ."
-"-110.415 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-110.598 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-110.707 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-111.160 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-111.550 . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-112.134 theory of the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-112.488 mathematical theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-113.624 theory of . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-113.990 \u2022 theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-114.359 theory of \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-4.318 external links of"
-"-5.206 relation with outside of"
-"-5.587 external link of"
-"-5.674 outer link of"
-"-5.747 external communication of"
-"-6.128 outer communication of"
-"-6.575 external connections of"
-"-6.594 external links by"
-"-6.664 external link by"
-"-6.751 outer link by"
-"-48.733 tata communicationer " foreign sanchar nigam limited building it is the telecommunication system is one of the main providers"
-"-48.866 tata communication " foreign sanchar nigam limited building it is the telecommunication system is one of the main providers"
-"-49.068 tata communicationer " foreign sanchar nigam limited . it is the telecommunication system is one of the main providers"
-"-49.201 tata communication " foreign sanchar nigam limited . it is the telecommunication system is one of the main providers"
-"-49.362 tata communicationer " foreign sanchar nigam limited building it is the telecommunication system is a one of the main providers"
-"-49.495 tata communication " foreign sanchar nigam limited building it is the telecommunication system is a one of the main providers"
-"-49.639 tata communicationer " foreign sanchar nigam limited building it in the telecommunication system is one of the main providers"
-"-49.659 tata communicationer " foreign sanchar nigam limited building it in telecommunication system is one of the main providers"
-"-49.697 tata communicationer " foreign sanchar nigam limited . it is the telecommunication system is a one of the main providers"
-"-49.772 tata communication " foreign sanchar nigam limited building it in the telecommunication system is one of the main providers"
-"-241.090 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-241.262 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-241.368 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-241.540 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-241.586 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states ."
-"-241.636 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly at the national election won all and was elected as the 44th president of the united states ."
-"-241.820 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in national election won all and was elected as the 44th president of the united states ."
-"-241.865 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states ."
-"-241.881 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly the national election won all and was elected as the 44th president of the united states ."
-"-241.915 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly at the national election won all and was elected as the 44th president of the united states ."
-"-332.122 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-332.706 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-333.093 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-333.394 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 from \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage"
-"-333.411 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-333.558 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-333.676 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-333.877 many the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-334.019 of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-334.071 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage from"
-"-140.670 britain writers written drama novels and stories recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-140.804 britain writers written drama stories and novels recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-140.876 britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.370 britain writers written drama novels stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.436 britain writers written drama novel stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.631 britain writers written drama novels and stories recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-141.695 britain writers written drama novels and stories in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.720 britain writers written drama novels story and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.731 britain writers written drama novels and stories recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-141.765 britain writers written drama stories and novels recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-19.086 on may 1919 , it was published in saogat magazine ."
-"-19.117 1919 , in the month of may it was published in saogat magazine ."
-"-19.140 in the month of may , 1919 it was published in saogat magazine ."
-"-19.206 during the month of may , 1919 it was published in saogat magazine ."
-"-19.348 1919 , it was published in saogat magazine in the month of may ."
-"-19.582 in 1919 in the month of may it was published in saogat magazine ."
-"-19.883 1919 on it was published in saogat magazine in the month of may ."
-"-20.040 1919 on the month of may , it was published in saogat magazine ."
-"-20.253 in 1919 it was published in saogat magazine in the month of may ."
-"-20.411 1919 , during the month of may it was published in saogat magazine ."
-"-452.293 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-452.393 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-452.637 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-452.714 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-452.736 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-452.814 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-453.284 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-453.595 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in ."
-"-453.627 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-453.695 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in ."
-"-12.088 to prevent this several measures are taken ."
-"-13.100 to avoid this possibility several measures are taken ."
-"-15.767 to prevent this several measures are the ."
-"-16.171 to prevent this several measures are in the ."
-"-16.336 to prevent this several measures are in ."
-"-16.521 to prevent this several measures are used ."
-"-17.568 to prevent this several measures are given ."
-"-17.627 to prevent this several measures are to ."
-"-17.788 to prevent this several measures are was ."
-"-17.853 to prevent this likely event many precautions are taken ."
-"-334.940 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-335.202 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-335.223 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-335.450 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-335.695 on 5th february , \u09e7\u09ef\u09ec\u09ec against \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-336.039 \u09e7\u09ef\u09ec\u09ec on 5th february , \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-336.226 on february 5 , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-336.232 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 a national was held in ."
-"-336.272 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of a national was held in \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 ."
-"-336.289 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in ."
-"-341.281 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-341.957 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-342.020 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank took secured its place in the ."
-"-342.820 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank had accepted secured its place in the ."
-"-342.985 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f took bank secured its place in the ."
-"-343.243 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the ."
-"-343.351 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in on the ."
-"-343.428 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank adopted the secured its place in the ."
-"-343.571 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the goods ."
-"-343.740 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in the in ."
-"1.726 subject category : encyclopedia"
-"0.624 subject class : encyclopedia"
-"0.479 subject matter : encyclopedia"
-"0.305 subject : encyclopedia"
-"-0.153 category : encyclopedia"
-"-0.593 special class : encyclopedia"
-"-1.331 subject-class : encyclopedia"
-"-1.831 contents : encyclopedia"
-"-1.855 topics : encyclopedia"
-"-2.030 special category : encyclopedia"
-"-132.240 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-132.586 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defense sub country ."
-"-132.627 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-132.977 russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-133.044 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-133.069 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-133.110 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 countries and defense sub country ."
-"-133.257 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country of india and defense sub country ."
-"-133.364 russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-133.416 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defence sub country ."
-"-143.878 this is our known as an imaginary unit of mathematics formed with the help of which are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.029 this is our known as an imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.250 this is our known as an imaginary unit of mathematics formed with the help of which the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.501 this is our known as imaginary unit of mathematics formed with the help of which are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.534 this is our known as an imaginary unit of mathematics formed with the help of which the real number set from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.652 this is our known as imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.714 this is our known as an imaginary unit of mathematics formed with the help of which are set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.865 this is our known as an imaginary unit which with the help of mathematics formed the set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.873 this is our known as imaginary unit of mathematics formed with the help of which the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.943 this is our known as an imaginary unit of mathematics formed with the help of which are set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-13.673 <address>"
-"-120.820 < \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-219.955 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ,"
-"-220.429 , lt , \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-220.805 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ;"
-"-221.451 , lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-221.528 the lt \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-221.814 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt and"
-"-221.893 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ."
-"-221.973 , lt and \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"1.148 september"
-"-3.006 september ."
-"-103.288 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-133.987 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.257 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-134.405 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported ."
-"-134.676 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported ."
-"-134.713 from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.731 this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.984 from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-134.994 however , from this theory the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-135.001 this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-135.101 from this theory , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-252.851 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-253.026 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export of the in the whole world ."
-"-253.145 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-253.194 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-253.320 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export of the in the whole world ."
-"-253.344 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the ."
-"-253.374 agricultural in production france is the most important country of europe , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-253.376 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export by the in the whole world ."
-"-253.489 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-253.549 agricultural in production france is the most important country of europe , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export of the in the whole world ."
-"-115.913 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.241 their mathematics explains \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.692 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was ."
-"-117.711 in mathematics their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.775 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.823 in mathematics of their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.940 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was ."
-"-118.017 their in mathematics was \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were ."
-"-118.034 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was ."
-"-118.221 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was ."
-"-548.678 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-549.105 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-549.276 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka ."
-"-549.440 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka ."
-"-549.702 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka ."
-"-549.867 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka ."
-"-550.038 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka ."
-"-550.040 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-550.464 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka ."
-"-550.466 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-117.393 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-117.416 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are located at the bank of england ."
-"-117.876 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is located at the bank of england ."
-"-117.961 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-117.978 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are located in the bank of england ."
-"-117.984 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are located at the bank of england ."
-"-118.034 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is located at the bank of england ."
-"-118.042 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts are located at the bank of england ."
-"-118.233 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts now bank of england is situated ."
-"-118.272 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are situated in the bank of england ."
-"-445.620 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-445.962 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean ."
-"-446.099 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.336 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south of the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.387 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.434 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.441 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean ."
-"-446.444 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.552 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.624 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb towards the west and the atlantic ocean ."
-"-248.040 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations ."
-"-248.164 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations ."
-"-248.648 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.772 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.779 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.791 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.825 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the decision of the united nations within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.903 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.906 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 quickly within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.916 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-125.132 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by ."
-"-125.409 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the ."
-"-125.984 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the ."
-"-125.986 \u0995\u09be\u09b0\u09cd\u09b2 there is works that it is controlled by ."
-"-126.112 \u0995\u09be\u09b0\u09cd\u09b2 there is work that it is controlled by ."
-"-126.220 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this is controlled by ."
-"-126.432 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the ."
-"-126.447 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it is controlled by ."
-"-126.480 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the ."
-"-126.723 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the ."
-"-157.897 the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.142 the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.165 this subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.179 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.362 the subject matters sometimes from puran -lrb- sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.411 this subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.424 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.448 this subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.455 the subject sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.578 the subject matters sometimes puran -lrb- from sometime in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-344.330 three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-344.654 three measure base on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-344.804 measure three based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.137 on the basis of three measure the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.520 three measure based on the age of the universe is found it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.570 three measure based on the the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.844 three measure base on the age of the universe is found it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.865 three measure based on the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.894 three measure base on the the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.994 measure three based on the age of the universe is found it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-235.028 there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-235.123 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-235.131 there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea is situated on the other can be ."
-"-235.226 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea is situated on the other can be ."
-"-235.390 there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-235.484 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-235.675 there is \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-235.708 there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea is situated in the other can be ."
-"-235.713 there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be located ."
-"-235.778 there is \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea is situated on the other can be ."
-"-119.076 in kolkata is located at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.169 in kolkata is located in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.263 in kolkata is situated at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.665 in kolkata is situated in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.838 kolkata is located at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.931 kolkata is located in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.024 kolkata is situated at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.410 in kolkata is the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.427 kolkata is situated in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.447 national library of india is situated in kolkata the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-103.288 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-218.172 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon"
-"-218.226 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon"
-"-220.109 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon"
-"-221.235 \u09ac\u09be\u09a8 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary ki moon"
-"-221.542 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon"
-"-221.596 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon"
-"-222.569 \u09ac\u09be\u09a8 ki moon \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary"
-"-223.027 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what salt"
-"-223.081 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt"
-"-223.292 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 the moon"
-"-337.188 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.335 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.851 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.998 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.299 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.446 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.750 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 to was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.838 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.896 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 to was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.962 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-1714.540 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.622 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.748 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.769 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.830 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.851 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.978 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1715.009 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- ."
-"-1715.032 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " , it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1715.060 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-336.768 after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-336.868 after that the in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-336.929 after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.044 after that 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.100 after that , 1953 during the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.124 after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.225 after that the in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.286 after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.301 after that , 1953 in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.367 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-242.245 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.290 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.774 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.776 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.819 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.822 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.915 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.960 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.973 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain ."
-"-243.018 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain ."
-"-103.288 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995"
-"-443.070 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo"
-"-443.197 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened"
-"-443.864 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo"
-"-443.926 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the mentionable are the ghotechilo"
-"-443.991 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened"
-"-444.003 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the are the ghotechilo"
-"-444.050 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the city are the ghotechilo"
-"-444.053 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the mentionable are the already happened"
-"-444.124 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased ghotechilo"
-"-444.130 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the are the already happened"
-"-26.515 many important and real extremely necessary to solve problems complex number"
-"-26.733 many important and real to solve problems complex number apariharza"
-"-26.848 many important and real to solve problems extremely necessary complex number"
-"-26.857 many important and real problem to solve complex number apariharza"
-"-27.272 many important and real problem to for complex number apariharza"
-"-27.273 many important and real to solve problems complex number inevitable"
-"-27.283 many important and real extremely necessary to solve problems complex numbers"
-"-27.298 many important and real problem extremely necessary to solve complex number"
-"-27.308 many important and real to solve problems complex number extremely necessary"
-"-27.330 many important and real to solve problems complex numbers apariharza"
-"-45.363 the big bang is a famous result in the state of the universe so and recent situation from the separate ."
-"-45.486 the big bang is a famous result are in the state of the universe so and recent situation from the separate ."
-"-45.659 the big bang is a famous result is in the state of the universe so and recent situation from the separate ."
-"-45.867 the big bang is a famous result in the state of the universe so and recent situation from the the ."
-"-45.920 the big bang is a famous result in the state of the universe so and recent situation from the different ."
-"-45.989 the big bang is a famous result are in the state of the universe so and recent situation from the the ."
-"-46.043 the big bang is a famous result are in the state of the universe so and recent situation from the different ."
-"-46.162 the big bang is a famous result is in the state of the universe so and recent situation from the the ."
-"-46.216 the big bang is a famous result is in the state of the universe so and recent situation from the different ."
-"-46.242 the big bang is a famous result in the state of the universe so and recent state from the separate ."
-"-104.858 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-207.084 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-219.540 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.826 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.926 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.999 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-220.052 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.167 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-220.337 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.438 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.452 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-220.511 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-0.994 labour economics"
-"-1.238 labor economy"
-"-2.085 labor economy ."
-"-2.997 labour economics ."
-"-3.592 labor economics"
-"-3.911 the labour economics"
-"-4.189 labour economy"
-"-4.211 the labor economy"
-"-4.983 labor economics ."
-"-5.030 labour economy ."
-"-20.224 britain at some point of time the was the main and his economic power in the world ."
-"-20.653 britain at some point of time the was the main and his economical power in the world ."
-"-20.657 britain at some point of time was the main and his economic power in the world ."
-"-20.876 britain was once upon a time the main and his economic power in the world ."
-"-20.964 britain at one point of time the was the main and his economic power in the world ."
-"-21.086 britain at some point of time was the main and his economical power in the world ."
-"-21.159 britain was once upon a time the and his economic power in the world ."
-"-21.165 britain at one point of time was the main and his economic power in the world ."
-"-21.293 britain was once upon a time his and the main economic power in the world ."
-"-21.392 britain at one point of time the was the main and his economical power in the world ."
-"-266.155 the military rule movement against pakistan and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.275 movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.292 the military rule movement against and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.384 the military rule movement against pakistan and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.393 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.410 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.449 the military rule movement against pakistan and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.475 the military rule movement against pakistan and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 protest against inequality first and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.487 movement against the pakistani military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.505 movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-171.397 here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-171.639 here is mentioned that were internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-171.640 here is mentioned that were internet and world wide web \u2019 s synonymous to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-171.721 here is mentioned that were internet and other name of world wide web to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.203 here is mentioned that were internet and other name of world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.436 here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-172.478 here is mentioned that were internet and world wide web \u2019 s synonymous to be word but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.482 here is mentioned that were internet and other name of world wide web word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.559 here is mentioned that were internet and other name of world wide web to be word but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.606 here is mentioned that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-31.445 . the related z polar co-ordinate two are r = ."
-"-31.908 . the related z polar co-ordinate two is r = ."
-"-32.274 . the related of z polar co-ordinate two are r = ."
-"-32.647 . z is related polar co-ordinate two are r = ."
-"-32.722 . z its related polar co-ordinate two are r = ."
-"-32.737 . the related of z polar co-ordinate two is r = ."
-"-32.749 in the related z polar co-ordinate two are r = ."
-"-32.809 . z the related polar co-ordinate two are r = ."
-"-32.876 . the related polar co-ordinate two z is r = ."
-"-32.950 . z it related polar co-ordinate two are r = ."
-"1.122 november"
-"-4.248 november ."
-"-103.288 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-337.642 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.308 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail sent to ."
-"-338.450 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.529 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.826 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to used ."
-"-338.911 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-339.004 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 to mail to ."
-"-339.052 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail sent to the ."
-"-339.066 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-339.127 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to the ."
-"-453.504 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-453.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.443 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.447 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.737 \u099c\u09c0\u09ac science the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.788 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.823 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the about the practical subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.872 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the issue to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.901 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.903 \u099c\u09c0\u09ac science that the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-467.773 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-467.834 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.060 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-468.122 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-468.149 water river from \u0989\u09a0\u09be\u09a8\u09cb was a few a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.162 water river from \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.211 water from the river \u0989\u09a0\u09be\u09a8\u09cb was a few a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.224 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.238 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a process ."
-"-468.293 water river from \u0989\u09a0\u09be\u09a8\u09cb it was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-25.170 among these there are tribal dance lokuj dance classical dance etc ."
-"-25.620 among these there are tribal dance influences impact dance classical dance etc ."
-"-26.831 among them are tribal dance lokuj dance classical dance etc ."
-"-26.999 among these there tribal dance lokuj dance classical dance etc ."
-"-27.046 among these there is tribal dance lokuj dance classical dance etc ."
-"-27.280 among them are tribal dance influences impact dance classical dance etc ."
-"-27.316 among them there are tribal dance lokuj dance classical dance etc ."
-"-27.449 among these there tribal dance influences impact dance classical dance etc ."
-"-27.496 among these there is tribal dance influences impact dance classical dance etc ."
-"-27.539 among these are tribal dance lokuj dance classical dance etc ."
-"-128.172 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-128.707 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the ."
-"-128.982 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-129.166 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is used ."
-"-129.172 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and then written form is the ."
-"-129.327 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the ."
-"-129.377 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the in the ."
-"-129.578 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the the ."
-"-129.592 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in is the ."
-"-129.626 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and after written form is the ."
-"-681.400 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.602 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.620 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.675 in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.684 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.822 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.844 on the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.861 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.877 in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.886 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-108.280 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-108.571 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-109.025 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-109.415 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-110.926 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be mathematical theory ."
-"-113.178 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-126.793 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-126.966 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-127.340 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different ."
-"-127.419 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system such as windows and mac os to linux in different different ."
-"-127.754 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like the windows and mac os to linux in different different ."
-"-127.852 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from linux in different different ."
-"-127.927 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like the windows and mac os to linux in different different ."
-"-128.024 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os from linux in different different ."
-"-128.239 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 linux operating system like the windows and mac os to do their different ."
-"-128.260 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os linux in different from different ."
-"-215.125 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-215.700 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to the \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-216.133 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-217.133 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,"
-"-217.215 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-217.239 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,"
-"-217.435 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-218.010 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to the \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-218.033 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , ,"
-"-218.080 \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 asia \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-461.854 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-461.897 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.229 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is ."
-"-462.237 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way ."
-"-462.272 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is ."
-"-462.279 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way ."
-"-462.343 open source or open source -lrb- open source -rrb- the money is the source code of computer software or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.350 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.362 open source or open source -lrb- open source -rrb- the money is the source code of computer software or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.392 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-107.382 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-108.858 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-110.883 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 the"
-"-111.022 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka of bangladesh"
-"-111.027 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of bangladesh dhaka"
-"-111.126 bangladesh dhaka \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7"
-"-111.514 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 bangladesh dhaka"
-"-111.709 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 activities of dhaka"
-"-112.113 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dacca"
-"-112.178 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka of bangladesh"
-"-109.139 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-109.520 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-110.263 the first world war germany can be \u09b9\u09c7\u09b0\u09c7 ."
-"-110.711 the first world war german \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-111.092 the first world war german \u09b9\u09c7\u09b0\u09c7 can be ."
-"-111.122 germany the first world war \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-111.131 germany can be \u09b9\u09c7\u09b0\u09c7 the first world war ."
-"-111.437 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be identified ."
-"-111.503 germany the first world war \u09b9\u09c7\u09b0\u09c7 can be ."
-"-111.598 first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-32.160 but this subject is to understand for even research to going on ."
-"-32.389 but this subject is to understand for even research progress going on ."
-"-32.514 but this subject is to understand even for research to going on ."
-"-32.599 but this subject is to understand for presently research to going on ."
-"-32.608 but this subject is to understand presently for research to going on ."
-"-32.743 but this subject is to understand even for research progress going on ."
-"-32.828 but this subject is to understand for presently research progress going on ."
-"-32.836 but this subject is to understand presently for research progress going on ."
-"-33.085 but this subject is to for even research to going on ."
-"-33.109 but this is to understand for even research to going on ."
-"-103.288 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a"
-"-118.584 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-118.970 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-118.987 he was declared \u0986\u09a8\u09ab\u09bf\u099f for military forces ."
-"-119.007 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was made ."
-"-119.052 he was for military forces \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-119.140 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-119.195 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-119.315 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-119.424 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was created ."
-"-119.437 he was for military forces \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-478.493 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.537 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to form the government mujib announced that the yahya khan for for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.680 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.753 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.796 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to form the government mujib announced that the yahya khan for for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.940 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.984 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government with \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.985 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib for to form the government \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.021 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to form the government mujib announced that that yahya khan for for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.028 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to form the government mujib announced that the yahya khan for for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government with \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-217.956 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.249 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.350 and computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.435 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.643 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.670 and computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.829 and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.855 and computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.963 the computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-219.032 and computer words meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-236.748 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.808 on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.813 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.833 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.873 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.899 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-237.042 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.102 on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.108 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.127 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-446.865 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant through ] -rrb- is a country of europe ."
-"-447.278 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through a country of europe ."
-"-447.639 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ through d\u0254\u028ft\u0283lant ] -rrb- is a country of europe ."
-"-447.763 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant through ] -rrb- is a country in europe ."
-"-447.852 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] through -rrb- is a country of europe ."
-"-447.894 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of through pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country of europe ."
-"-447.969 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the is a country of europe ."
-"-447.976 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe ."
-"-448.142 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- middle is a country of europe ."
-"-448.203 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- central is a country of europe ."
-"-110.479 the main religion \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae from russia ."
-"-110.595 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion ."
-"-110.737 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion ."
-"-111.472 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia main religion ."
-"-111.545 the main religion of \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia ."
-"-111.696 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the religion of russia ."
-"-111.802 the main religion \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia ."
-"-112.120 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia of the main religion ."
-"-112.320 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion ."
-"-112.458 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion of russia ."
-"-321.499 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-322.246 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.577 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.606 but \u0997\u09b2\u09a6\u09c7\u09b0 the two \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.608 but \u0997\u09b2\u09a6\u09c7\u09b0 are \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.760 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-323.936 but the \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-324.047 but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-324.089 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow ."
-"-324.129 but \u0997\u09b2\u09a6\u09c7\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 education \u0997\u09a4\u09bf was slow down ."
-"-4.645 subject category : gnu foundation"
-"-5.747 subject class : gnu foundation"
-"-5.884 subject matter : gnu foundation"
-"-6.057 subject : gnu foundation"
-"-6.361 subject category : gonu foundation"
-"-6.519 category : gnu foundation"
-"-6.886 subject category : the gnu foundation"
-"-6.965 special class : gnu foundation"
-"-7.280 subject category : by foundation"
-"-7.292 subject class : the gnu foundation"
-"-124.215 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-124.324 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-124.637 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-125.264 economic policy and for \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-125.376 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study the ."
-"-125.398 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-125.403 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-125.486 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study the ."
-"-125.507 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study in the ."
-"-125.508 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-335.374 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.614 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.670 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.763 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.855 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.910 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.003 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.003 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.059 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.104 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get it \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-13.054 on 23rd april 1992 satyajit died ."
-"-13.371 on 23rd april 1992 satyajit expired ."
-"-13.855 on 23rd april 1992 satyajit passed away ."
-"-15.479 , on 23rd april 1992 satyajit died ."
-"-15.796 , on 23rd april 1992 satyajit expired ."
-"-15.822 on 23rd april , 1992 satyajit died ."
-"-15.978 satyajit died on 23rd april 1992 ."
-"-16.140 on 23rd april , 1992 satyajit expired ."
-"-16.243 died on 23rd april 1992 satyajit ."
-"-16.280 , on 23rd april 1992 satyajit passed away ."
-"-232.362 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.364 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.423 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.424 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.483 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.485 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.544 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.545 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.634 at this time , nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.659 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-338.434 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-338.715 apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.387 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.443 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.508 acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.589 other than acted rani at different times \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.622 acted in at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.760 acted in different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.774 other than acted rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.815 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 various \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-358.420 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-358.507 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.122 bengali literature and culture in special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.274 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.359 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.360 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.371 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.445 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.450 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , he was dhaka university honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.454 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-131.010 in kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.047 kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.601 kolkata 's durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.652 the durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.669 the kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.792 in kolkata durga puja of the city tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-131.829 kolkata durga puja of the city tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-131.843 in kolkata durga puja city of tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-131.880 kolkata durga puja city of tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-131.921 in kolkata durga puja city of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-38.023 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-38.234 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-38.458 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-39.049 but when millions of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-39.625 but when lakhs of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-39.901 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-40.562 but when people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-40.614 but when lakhs east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-40.743 but many lakhs of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-40.786 but when of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-900.700 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-900.869 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-900.942 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-900.963 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene , " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.052 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown sound and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.110 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.111 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-901.132 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene , " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-901.177 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in the ."
-"-901.205 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene , " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-251.701 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-251.890 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-252.122 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-252.311 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people ."
-"-252.494 a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-252.561 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development it ."
-"-252.624 a group of 18 century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-252.684 a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-252.750 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development people ."
-"-252.813 a group of 18 century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-16.182 the arousal activities before penetrating male organ into vagina is called foreplay ."
-"-17.804 the arousal activities before penetrating male organ into vagina is known as foreplay ."
-"-17.851 the arousal activities before penetrating male organ into vagina is called as foreplay ."
-"-18.301 excitement before entering penis in to vagina is called as shringar ."
-"-18.399 the arousal activities before penetrating male organ into vagina is called the foreplay ."
-"-18.745 vagina during arousal activities before penetrating male organ into vagina is called foreplay ."
-"-18.916 the arousal activities before penetrating male organ into vagina is called as the foreplay ."
-"-18.991 the arousal activities before penetrating male organ into vagina is called stimulation ."
-"-19.853 the arousal activities before penetrating male organ into vagina is called as shringar ."
-"-19.859 vagina arousal activities before penetrating male organ into vagina is called foreplay ."
-"-341.900 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.098 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.401 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-342.474 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.625 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.672 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.823 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.966 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in in which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.975 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-342.986 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in to was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-217.337 these \u098f\u0995\u098f the mycelium formed the ."
-"-217.640 these \u098f\u0995\u098f to mycelium formed the ."
-"-217.706 these are \u098f\u0995\u098f the mycelium formed the ."
-"-218.008 these are \u098f\u0995\u098f to mycelium formed the ."
-"-218.513 these \u098f\u0995\u098f by mycelium formed the ."
-"-218.612 these \u098f\u0995\u098f by the mycelium formed the ."
-"-218.644 these \u098f\u0995\u098f in mycelium formed the ."
-"-218.675 these \u098f\u0995\u098f the mycelium was formed by the ."
-"-218.772 these \u098f\u0995\u098f the formed the mycelium ."
-"-218.841 these \u098f\u0995\u098f , mycelium formed the ."
-"-6.462 russia at present a democratic country ."
-"-7.292 russia now a democratic country ."
-"-7.364 russia at present is a democratic country ."
-"-7.575 russia at a democratic country ."
-"-7.819 russia is now a democratic country ."
-"-7.854 russia presently a democratic country ."
-"-7.893 russia is a democratic country ."
-"-8.487 russia at present in a democratic country ."
-"-9.018 russia , at present a democratic country ."
-"-9.044 russia at present a democratic state ."
-"-3.566 penis"
-"-3.988 gender"
-"-4.385 sex"
-"-5.681 the"
-"-5.746 sexual organs"
-"-103.288 \u09b2\u09bf\u0999\u09cd\u0997"
-"-3.009 this state is called orgasm ."
-"-7.491 in this state is called orgasm ."
-"-8.316 this state is called the orgasm ."
-"-8.507 this situation is called orgasm ."
-"-8.828 in this situation is called orgasm 

<TRUNCATED>

[07/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/output.gold b/joshua-core/src/test/resources/bn-en/samt/output.gold
deleted file mode 100644
index 1c1c36d..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/output.gold
+++ /dev/null
@@ -1,862 +0,0 @@
-"-230.669 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-230.837 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-231.593 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-231.977 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-232.054 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-232.473 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-26.695 in recent times of india with united states relationship between improved ."
-"-27.174 in recent times india with united states relationship between improved ."
-"-27.329 in recent times of india with the united states relationship between improved ."
-"-27.367 in recent times of india with united states relation between improved ."
-"-27.695 in recent times in india with united states relationship between improved ."
-"-27.807 in recent times india with the united states relationship between improved ."
-"-27.845 in recent times india with united states relation between improved ."
-"-28.000 in recent times of india with the united states relation between improved ."
-"-28.037 in recent times of india with united states relation improved ."
-"-28.367 in recent times in india with united states relation between improved ."
-"-12.270 mathematics is science language ."
-"-12.290 mathematics so science language ."
-"-14.648 mathematics hence science language ."
-"-14.684 mathematics that is why science language ."
-"-14.686 mathematics that science language ."
-"-14.843 mathematics is science languages ."
-"-14.864 mathematics so science languages ."
-"-14.908 mathematics is reasons language ."
-"-329.615 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-329.869 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.539 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.631 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.793 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.878 from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.886 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.119 from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.132 from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.188 from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-244.715 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-244.892 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.063 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.074 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.208 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from ."
-"-245.411 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from ."
-"-245.823 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-245.993 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to ."
-"-246.000 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-246.051 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the ."
-"-222.050 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-223.836 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in ."
-"-224.380 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the ."
-"-224.789 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods ."
-"-224.989 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-224.991 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . ."
-"-225.383 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of ."
-"-225.396 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , ."
-"-439.395 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that ."
-"-439.526 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama ."
-"-440.155 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama ."
-"-440.188 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that ."
-"-440.260 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that ."
-"-440.280 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that ."
-"-440.347 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that ."
-"-440.391 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama ."
-"-440.410 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama ."
-"-440.477 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama ."
-"-252.878 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-252.999 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not ."
-"-253.123 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-253.207 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are , but these are very is not ."
-"-253.244 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not ."
-"-253.351 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not ."
-"-253.526 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-253.999 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not ."
-"-254.604 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very common not ."
-"-254.725 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very common not ."
-"-264.205 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.435 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.473 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.567 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.703 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.755 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.796 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.875 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the ."
-"-264.985 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.988 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina ."
-"-324.551 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-324.635 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-324.722 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-324.806 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-326.046 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-326.131 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-327.121 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-327.206 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-675.013 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.262 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the ."
-"-675.282 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.530 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the ."
-"-675.766 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the ."
-"-675.800 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the ."
-"-675.864 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.940 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the ."
-"-676.015 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the ."
-"-676.035 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the ."
-"-199.719 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-199.743 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-199.975 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-199.999 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-200.182 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the ."
-"-200.206 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the ."
-"-200.259 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the ."
-"-200.280 population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-200.283 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the ."
-"-200.304 population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-113.022 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-113.373 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-113.486 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-115.266 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-115.559 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-115.616 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-115.729 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-117.032 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-6.764 external links of"
-"-7.040 relation with outside of"
-"-7.543 external link of"
-"-7.776 external communication of"
-"-8.099 external connections of"
-"-8.379 external connection of"
-"-8.600 external link by"
-"-8.928 external communication by"
-"-9.099 external links by"
-"-9.281 external connections by"
-"-159.669 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers"
-"-159.792 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers"
-"-160.578 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers"
-"-160.606 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the telecommunication system is a is one of the main providers"
-"-160.701 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers"
-"-161.029 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers"
-"-161.034 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers"
-"-161.049 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system of a is one of the main providers"
-"-161.152 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers"
-"-161.157 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers"
-"-342.060 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states ."
-"-342.499 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as ."
-"-342.884 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as ."
-"-343.137 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as ."
-"-343.290 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as ."
-"-343.354 he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as ."
-"-343.597 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as ."
-"-343.600 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states ."
-"-343.619 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as ."
-"-343.622 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states ."
-"-337.568 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-337.736 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.457 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-338.537 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-338.625 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.705 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.832 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-339.032 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-339.800 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-144.560 britain writers written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-144.892 britain writers written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-144.986 britain writers written drama , novels , stories and recently script in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.290 britain writers written drama , novels , stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.319 britain writers of written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.319 britain writers written drama , novels , stories and recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-145.402 britain writers of the drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.623 britain writers written drama , novels , stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-145.651 britain writers of written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-145.717 britain writers written drama , novels , stories and in the recent script in the \u0986\u09a6\u09c3\u09a4 ."
-"-29.082 1919 , on may month it saogat magazine was published in the ."
-"-29.173 1919 on may month it saogat magazine was published in the ."
-"-29.196 1919 , on may month it saogat magazine was published ."
-"-29.287 1919 on may month it saogat magazine was published ."
-"-29.459 1919 , on may month it is saogat magazine was published in the ."
-"-29.550 1919 on may month it is saogat magazine was published in the ."
-"-29.572 1919 , on may month it is saogat magazine was published ."
-"-29.663 1919 on may month it is saogat magazine was published ."
-"-29.879 1919 , on may month it saogat magazine was published in ."
-"-29.971 1919 on may month it saogat magazine was published in ."
-"-460.093 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.244 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.557 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.712 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.863 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-461.115 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.266 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.734 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.872 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the ."
-"-461.885 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-21.333 to prevent this several measures are taken ."
-"-23.640 to prevent this several measures are in the ."
-"-23.669 to prevent this several measures are the ."
-"-23.707 to prevent this several measures are ."
-"-24.099 to prevent this several measures are in ."
-"-24.504 to avoid this possibility several measures are taken ."
-"-342.312 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.432 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.506 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.592 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.627 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.668 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.787 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.948 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-343.049 \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-343.128 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in ."
-"-348.887 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-349.144 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-349.389 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted ."
-"-349.516 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took ."
-"-349.627 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in ."
-"-350.110 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the ."
-"-350.210 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-350.262 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-350.466 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-350.518 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"0.287 subject category : encyclopedia"
-"-0.402 subject class : encyclopedia"
-"-0.446 subject matter : encyclopedia"
-"-0.476 subject : encyclopedia"
-"-0.771 category : encyclopedia"
-"-136.409 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-136.785 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-137.263 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country ."
-"-137.272 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-138.633 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country ."
-"-138.974 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country ."
-"-139.126 russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-139.429 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of ."
-"-139.441 russia , france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-139.502 russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-155.661 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-155.793 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.117 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.225 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.249 this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.297 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-156.357 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.402 this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.430 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-156.753 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-21.727 <address>"
-"-126.861 " \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.198 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.412 " \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-127.534 < \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.749 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"0.260 september"
-"-3.522 september ."
-"-104.738 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-147.375 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.379 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.384 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.388 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.623 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.632 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.916 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.925 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.965 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.974 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-265.370 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-265.446 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.013 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export ."
-"-266.089 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export ."
-"-266.264 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.340 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.392 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.490 agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.548 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.623 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-118.675 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-119.589 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was ."
-"-119.755 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was ."
-"-119.974 in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.094 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was ."
-"-120.273 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.375 of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.399 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was ."
-"-120.487 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was ."
-"-605.242 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.394 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.592 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.619 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.745 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.771 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.951 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , and yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.969 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.983 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and after visiting srilanka ."
-"-606.122 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-119.423 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-119.722 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-119.957 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated ."
-"-120.301 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located ."
-"-120.554 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-120.695 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at ."
-"-120.727 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in ."
-"-120.834 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located ."
-"-120.852 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-121.016 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in ."
-"-461.835 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.322 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of atlantic ocean ."
-"-462.361 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of atlantic ocean ."
-"-462.532 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of the atlantic ocean ."
-"-462.573 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of the atlantic ocean ."
-"-462.634 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.712 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the the atlantic ocean ."
-"-462.825 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.833 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the on the atlantic ocean ."
-"-462.991 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-349.945 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.476 apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.589 apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.844 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.121 apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.262 apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.267 apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.327 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.427 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.449 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-129.293 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the ."
-"-130.169 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by ."
-"-130.397 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the ."
-"-130.442 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by ."
-"-130.455 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the ."
-"-130.463 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the ."
-"-130.546 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the ."
-"-130.628 \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the ."
-"-130.739 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the ."
-"-131.107 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the ."
-"-165.025 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-165.876 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-165.884 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted ."
-"-166.021 the subject of some puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.116 the subject of sometimes puran -lrb- from , sometimes in the middle age love story to , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.120 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted ."
-"-166.162 the subject of sometimes puran -lrb- from , sometimes in middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.174 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from the , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.244 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again at the present age social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.279 the subject of sometime puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-354.717 three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.390 three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.566 three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.918 three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.947 three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.235 three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.239 three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.484 three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.558 three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.591 three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-242.737 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-243.137 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-243.852 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in ."
-"-243.867 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in ."
-"-243.900 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the ."
-"-244.008 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at ."
-"-244.031 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-244.041 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in ."
-"-244.052 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can is situated in ."
-"-244.075 \u0995\u09be\u099b\u09c7\u0987 are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in ."
-"-123.312 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-123.654 in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-123.951 in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-124.144 in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-124.779 in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.068 in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.571 in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.601 in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.684 in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-126.253 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . ."
-"-104.738 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-222.227 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon"
-"-222.626 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon"
-"-224.534 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon"
-"-225.003 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon"
-"-225.402 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon"
-"-226.183 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon"
-"-226.565 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon"
-"-226.669 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt"
-"-344.577 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-344.611 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-344.995 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.029 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.466 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.499 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.884 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.906 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.918 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.940 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-1735.945 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.149 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.151 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.297 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.355 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.363 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.461 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- ."
-"-1736.503 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.517 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.518 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-345.817 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-345.874 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-345.956 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.040 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.057 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.113 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.160 after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.195 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.217 after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.279 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-250.818 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-250.835 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.000 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.017 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.127 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.145 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.255 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.309 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.317 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.327 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-104.738 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995"
-"-450.843 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo"
-"-450.967 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened"
-"-451.585 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo"
-"-451.690 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo"
-"-451.813 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened"
-"-452.090 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo"
-"-452.202 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened"
-"-452.213 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened"
-"-452.856 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo"
-"-452.980 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened"
-"-31.095 many important and real problem to solve complex number apariharza"
-"-31.408 many important and real problem to solve complex number extremely necessary"
-"-31.447 many important and real problem to solve complex number inevitable"
-"-31.534 many important and real problem to for complex number extremely necessary"
-"-31.572 many important and real problem to for complex number inevitable"
-"-31.603 many important and real problems to solve complex number apariharza"
-"-31.917 many important and real problems to solve complex number extremely necessary"
-"-31.920 in many important and real problem to solve complex number extremely necessary"
-"-31.955 many important and real problems to solve complex number inevitable"
-"-32.043 many important and real problems to for complex number extremely necessary"
-"-56.424 the big bang is a famous result are , in the state of the universe so and the recent state from the separate ."
-"-56.531 the big bang is a famous result are , in the state of the universe so and the recent situation from the separate ."
-"-56.639 the big bang is a famous result are , in the state of the universe so and recent state from the separate ."
-"-56.704 the big bang is a famous result is , in the state of the universe so and the recent state from the separate ."
-"-56.811 the big bang is a famous result is , in the state of the universe so and the recent situation from the separate ."
-"-56.919 the big bang is a famous result is , in the state of the universe so and recent state from the separate ."
-"-56.945 the big bang is a famous result are , in the state so and the recent state from the separate ."
-"-57.052 the big bang is a famous result are , in the state so and the recent situation from the separate ."
-"-57.133 the big bang is a famous result are , in the state of the universe so and the recent state from the different ."
-"-57.160 the big bang is a famous result are , in the state so and recent state from the separate ."
-"-106.565 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-110.367 of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-113.483 the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-114.357 of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-209.243 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-223.409 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-223.899 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-223.979 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-224.217 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.221 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being ."
-"-224.482 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.552 rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.584 rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.720 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.729 rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-2.036 labor economy ."
-"-2.248 labour economics"
-"-2.358 labor economy"
-"-4.475 labor economics"
-"-4.807 labour economy"
-"-5.625 labor economy of"
-"-28.193 britain at the same time in the world of the and his economic power was ."
-"-28.201 britain at some point of time the world of the and his economic power was ."
-"-28.256 britain at the same time in the world of the main and his economic power was ."
-"-28.263 britain at some point of time the world of the main and his economic power was ."
-"-28.308 britain at some point of time the world the and his economic power was ."
-"-28.467 britain at some point of time in the world of the and his economic power was ."
-"-28.530 britain at some point of time in the world of the main and his economic power was ."
-"-28.540 britain at a time in the world of the and his economic power was ."
-"-28.715 britain at the same time in the world the and his economic power was ."
-"-29.089 britain at the same time in the world of the and his economical power was ."
-"-279.788 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.948 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.988 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.993 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.102 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.103 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.147 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.152 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.192 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.219 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-187.414 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.625 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.629 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.840 here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.840 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-187.927 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-187.968 here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-188.050 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-188.055 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-188.063 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-38.983 . z is related polar co-ordinate two is r = ."
-"-39.102 . z is related polar co-ordinate two are r = ."
-"-39.400 . z its related polar co-ordinate two is r = ."
-"-39.519 . z its related polar co-ordinate two are r = ."
-"-39.683 . z it related polar co-ordinate two are r = ."
-"-39.693 . z it 's related polar co-ordinate two are r = ."
-"-39.807 . z the related polar co-ordinate two are r = ."
-"-40.038 . z is the related polar co-ordinate two is r = ."
-"-40.546 . z is the related polar co-ordinate two are r = ."
-"0.257 november"
-"-3.433 november ."
-"-5.024 november of"
-"-345.087 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.088 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.346 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.348 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.404 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.406 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.424 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be ."
-"-345.504 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.505 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.587 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-464.793 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.821 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.935 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.138 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.198 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.199 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.227 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.280 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.303 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-479.857 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method ."
-"-479.921 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method ."
-"-479.965 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method ."
-"-479.974 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method ."
-"-480.007 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method ."
-"-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method ."
-"-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method ."
-"-480.038 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method ."
-"-480.071 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method ."
-"-480.081 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method ."
-"-37.853 among these there tribal dance , lokuj dance , classical dance , etc ."
-"-38.404 among these there are tribal dance , lokuj dance , classical dance , etc ."
-"-38.447 among these there tribal dance , influences impact dance , classical dance , etc ."
-"-38.605 among them are tribal dance , lokuj dance , classical dance , etc ."
-"-38.918 among these there tribal dance , lokuj dance , the classical dance , etc ."
-"-38.997 among these there are tribal dance , influences impact dance , classical dance , etc ."
-"-39.468 among these there are tribal dance , lokuj dance , the classical dance , etc ."
-"-132.632 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-132.742 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the ."
-"-132.785 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is ."
-"-133.224 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the ."
-"-133.319 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-133.334 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the ."
-"-133.376 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is ."
-"-133.443 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the ."
-"-133.812 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the ."
-"-133.910 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in ."
-"-699.161 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.174 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.330 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.343 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.580 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.725 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.727 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.739 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.749 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.773 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-110.735 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-111.085 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-111.198 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-114.066 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-115.120 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-116.452 the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-117.545 of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-133.431 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different ."
-"-133.448 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-133.827 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-134.040 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate ."
-"-134.057 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate ."
-"-134.130 the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-134.224 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different ."
-"-134.241 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different ."
-"-134.254 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different ."
-"-134.270 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different ."
-"-218.686 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-219.408 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,"
-"-219.724 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,"
-"-220.516 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-220.701 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-220.728 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the"
-"-220.812 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and"
-"-221.449 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the"
-"-221.531 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in"
-"-221.534 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and"
-"-471.566 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.638 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.644 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.711 open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.716 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.717 open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.789 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.790 open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.794 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.850 open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-109.639 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-110.190 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-110.961 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-111.512 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-113.950 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-114.276 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-114.953 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-115.018 of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.280 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-115.333 the first world war german \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.345 of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.434 the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be ."
-"-115.553 the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.694 first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-34.990 but this subject is to understand for even research to going on ."
-"-35.178 but this subject is to understand for even research progress going on ."
-"-35.277 but this subject is to understand for at present also research to going on ."
-"-35.392 but in this matter is to understand for even research to going on ."
-"-35.410 but this subject is to understand for today also research to going on ."
-"-35.464 but this subject is to understand for at present also research progress going on ."
-"-35.590 but in this subject is to understand for even research to going on ."
-"-35.623 but this subject is to understand for presently research to going on ."
-"-35.678 but in this matter is to understand for at present also research to going on ."
-"-35.785 but at this subject is to understand for even research to going on ."
-"-104.738 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a"
-"-122.214 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.669 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.670 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.742 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.074 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-123.125 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-123.198 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.198 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.208 he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-123.629 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in ."
-"-492.585 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.686 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.687 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.743 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.760 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.771 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that that , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.843 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.844 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.861 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.862 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-220.733 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-220.783 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.198 and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.210 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.248 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.763 and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.835 and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.885 the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.886 and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-222.136 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines ."
-"-240.825 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.490 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf ."
-"-241.514 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf ."
-"-241.523 \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.562 \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.593 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.692 \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.990 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-242.101 \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-242.148 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the ."
-"-467.519 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.593 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.745 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe ."
-"-467.814 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.819 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.887 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.892 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.986 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , middle is a country of europe ."
-"-468.038 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the middle is a country of europe ."
-"-468.039 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe ."
-"-113.803 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion ."
-"-113.989 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion ."
-"-115.327 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion ."
-"-116.365 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of ."
-"-116.551 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of ."
-"-116.584 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion ."
-"-116.600 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of ."
-"-116.786 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of ."
-"-325.728 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-326.536 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-326.920 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.161 but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.169 but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.194 but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.746 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-327.833 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down ."
-"-327.983 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow ."
-"-6.756 subject category : gnu foundation"
-"-7.225 subject class : the gnu foundation"
-"-7.445 subject class : gnu foundation"
-"-7.489 subject matter : gnu foundation"
-"-7.497 subject category : the gnu foundation"
-"-7.519 subject : gnu foundation"
-"-127.108 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-127.422 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-127.668 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-127.982 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-128.096 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-128.352 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-128.370 financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-128.410 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-128.457 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study ."
-"-128.634 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-346.223 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.260 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.280 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.317 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.361 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.398 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.418 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.455 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.560 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.567 among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-17.735 on 23rd april 1992 satyajit died ."
-"-18.257 on 23rd april 1992 satyajit expired ."
-"-19.284 on 23rd april 1992 satyajit passed away ."
-"-21.617 on 23rd april 1992 satyajit died . ."
-"-21.773 he died on 23rd april 1992 ."
-"-238.748 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-238.899 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.024 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.101 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.116 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send ."
-"-239.175 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.209 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.234 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.252 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.262 in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-347.110 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.165 acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.335 acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.592 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.594 acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.830 acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.893 acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-348.081 acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-348.245 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-349.825 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-368.897 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.012 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.196 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.213 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.296 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.384 the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.411 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.499 the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.595 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.612 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-136.580 in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-136.704 kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-136.923 kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-137.284 in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-137.331 in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.172 in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.296 kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.923 in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-64.035 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.412 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.422 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.469 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-65.162 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-66.368 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.416 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of ."
-"-66.744 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.755 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.793 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of ."
-"-914.735 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-914.852 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.015 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.060 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.091 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.131 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.136 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.176 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.244 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.252 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-261.213 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.415 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it ."
-"-261.573 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-261.583 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people ."
-"-261.743 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.775 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it ."
-"-261.841 the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.873 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.944 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-261.946 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it ."
-"-25.161 the arousal activities before penetrating male organ into vagina is called foreplay ."
-"-26.500 the arousal activities before penetrating male organ into vagina is called the foreplay ."
-"-27.117 the arousal activities before penetrating male organ into vagina is called as the foreplay ."
-"-27.359 the arousal activities before penetrating male organ into vagina is called as foreplay ."
-"-27.669 the arousal activities before penetrating male organ into vagina is called stimulation ."
-"-349.226 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.276 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.530 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-349.560 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-349.580 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-349.585 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.610 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-349.627 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.663 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.704 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-221.617 these are \u098f\u0995\u098f the mycelium structure ."
-"-221.656 these \u098f\u0995\u098f the mycelium structure ."
-"-221.769 these are \u098f\u0995\u098f to mycelium structure ."
-"-221.807 these \u098f\u0995\u098f to mycelium structure ."
-"-222.116 these are \u098f\u0995\u098f the mycelium formed the ."
-"-222.155 these \u098f\u0995\u098f the mycelium formed the ."
-"-222.250 these are \u098f\u0995\u098f the mycelium formed ."
-"-222.268 these are \u098f\u0995\u098f to mycelium formed the ."
-"-222.288 these \u098f\u0995\u098f the mycelium formed ."
-"-222.306 these \u098f\u0995\u098f to mycelium formed the ."
-"-8.527 russia at a democratic country ."
-"-8.727 russia is now a democratic country ."
-"-8.985 russia now a democratic country ."
-"-8.991 russia at present a democratic country ."
-"-9.259 russia is a democratic country ."
-"-9.330 russia at present is a democratic country ."
-"-4.520 penis"
-"-4.864 gender"
-"-5.566 sex"
-"-6.544 sexual organs"
-"-6.916 the"
-"-104.738 \u09b2\u09bf\u0999\u09cd\u0997"
-"-9.024 this state is called orgasm ."
-"-13.083 this state is called orgasm . ."
-"-37.091 history of different period here itself was established royal more than one empire ."
-"-37.533 history of different period here only was established royal more than one empire ."
-"-37.644 history of different period here only established in royal more than one empire ."
-"-37.659 history of different period here itself established in royal more than one empire ."
-"-37.716 history of different period here itself was established royal more empire ."
-"-37.750 history of different period here itself was established royal more than one kingdom ."
-"-37.861 history of different period here was established royal more than one empire ."
-"-37.954 history of different period here itself was established on royal more than one empire ."
-"-38.021 history of different period this was established royal more than one empire ."
-"-38.157 history of different period here only was established royal more empire ."
-"-2.135 micro economics"
-"-2.844 micro economics ."
-"-3.315 macro economics"
-"-5.518 micro economics of"
-"-6.060 micro economics in"
-"-32.828 the user to operating system the visible form of the computer interface ."
-"-33.055 the user to operating system of the visible form of the computer interface ."
-"-33.193 the user to operating system is the visible form of the computer interface ."
-"-33.225 the user to operating system most visible form of the computer interface ."
-"-33.243 the user to operating system is most visible form of the computer interface ."
-"-33.305 the user to operating system is visible form of the computer interface ."
-"-33.333 the user to operating system the most visible form of the computer interface ."
-"-33.773 the user to operating system the visible form of the computers interface ."
-"-33.823 user to operating system of the visible form of the computer interface ."
-"-33.992 user to operating system most visible form of the computer interface ."
-"-113.858 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf

<TRUNCATED>

[23/30] incubator-joshua git commit: consolidated bn-en language models

Posted by mj...@apache.org.
consolidated bn-en language models


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/c762e4ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/c762e4ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/c762e4ec

Branch: refs/heads/7_confsystem
Commit: c762e4ec49a53b4158d62761af2a3ca41d6217b3
Parents: 503a5fd
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 19:38:38 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 19:38:38 2016 +0200

----------------------------------------------------------------------
 .../joshua/decoder/cky/BnEnBerkeleyLMTest.conf   |   2 +-
 .../joshua/decoder/cky/BnEnClassLMTest.conf      |   2 +-
 .../apache/joshua/decoder/cky/BnEnHieroTest.conf |   2 +-
 .../joshua/decoder/cky/BnEnPackedTest.conf       |   2 +-
 .../apache/joshua/decoder/cky/BnEnSAMTTest.conf  |   2 +-
 joshua-core/src/test/resources/bn-en/hiero/lm.gz | Bin 2466496 -> 0 bytes
 joshua-core/src/test/resources/bn-en/lm.gz       | Bin 0 -> 2466496 bytes
 .../src/test/resources/bn-en/packed/lm.gz        | Bin 2466496 -> 0 bytes
 joshua-core/src/test/resources/bn-en/samt/lm.gz  | Bin 2466496 -> 0 bytes
 9 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnBerkeleyLMTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnBerkeleyLMTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnBerkeleyLMTest.conf
index bb1377a..1bdd263 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnBerkeleyLMTest.conf
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnBerkeleyLMTest.conf
@@ -7,7 +7,7 @@ top_n = 10
 output_format = "%c %s"
 
 feature_functions = [
-  { class = LanguageModel, lm_type=berkeleylm, lm_order=5, lm_file=src/test/resources/bn-en/hiero/lm.gz }
+  { class = LanguageModel, lm_type=berkeleylm, lm_order=5, lm_file=src/test/resources/bn-en/lm.gz }
   { class = OOVPenalty }
   { class = WordPenalty }
 ]

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnClassLMTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnClassLMTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnClassLMTest.conf
index 9cffd0d..03e0837 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnClassLMTest.conf
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnClassLMTest.conf
@@ -7,7 +7,7 @@ top_n = 10
 output_format = "%c %s"
 
 feature_functions = [
-  { class = StateMinimizingLanguageModel, lm_type=kenlm, lm_order=5, lm_file=src/test/resources/bn-en/hiero/lm.gz }
+  { class = StateMinimizingLanguageModel, lm_type=kenlm, lm_order=5, lm_file=src/test/resources/bn-en/lm.gz }
   { class = WordPenalty }
   { class = OOVPenalty }
   { class = StateMinimizingLanguageModel, lm_type=kenlm, lm_order=9, lm_file=src/test/resources/bn-en/hiero/class_lm_9gram.gz, class_map=src/test/resources/bn-en/hiero/class.map }

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHieroTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHieroTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHieroTest.conf
index a91ccb7..70e67ef 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHieroTest.conf
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHieroTest.conf
@@ -7,7 +7,7 @@ top_n = 10
 output_format = "%c %s"
 
 feature_functions = [
-  { class = LanguageModel, lm_type=kenlm, lm_order=5, minimizing=false, lm_file=src/test/resources/bn-en/hiero/lm.gz }
+  { class = LanguageModel, lm_type=kenlm, lm_order=5, minimizing=false, lm_file=src/test/resources/bn-en/lm.gz }
   { class = OOVPenalty }
   { class = WordPenalty }
 ]

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
index 11b8756..8e437b7 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
@@ -8,7 +8,7 @@ top_n = 10
 output_format = "%c %s"
 
 feature_functions = [
-  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/packed/lm.gz }
+  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/lm.gz }
   { class = OOVPenalty }
   { class = WordPenalty }
 ]

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
index db1ee04..afecec0 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
@@ -8,7 +8,7 @@ top_n = 10
 output_format = "%c %s"
 
 feature_functions = [
-  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/samt/lm.gz }
+  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/lm.gz }
   { class = OOVPenalty }
   { class = WordPenalty }
 ]

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/resources/bn-en/hiero/lm.gz
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/lm.gz b/joshua-core/src/test/resources/bn-en/hiero/lm.gz
deleted file mode 100644
index a26335e..0000000
Binary files a/joshua-core/src/test/resources/bn-en/hiero/lm.gz and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/resources/bn-en/lm.gz
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/lm.gz b/joshua-core/src/test/resources/bn-en/lm.gz
new file mode 100644
index 0000000..a26335e
Binary files /dev/null and b/joshua-core/src/test/resources/bn-en/lm.gz differ

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/resources/bn-en/packed/lm.gz
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/lm.gz b/joshua-core/src/test/resources/bn-en/packed/lm.gz
deleted file mode 100644
index 21f3092..0000000
Binary files a/joshua-core/src/test/resources/bn-en/packed/lm.gz and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c762e4ec/joshua-core/src/test/resources/bn-en/samt/lm.gz
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/lm.gz b/joshua-core/src/test/resources/bn-en/samt/lm.gz
deleted file mode 100644
index 21f3092..0000000
Binary files a/joshua-core/src/test/resources/bn-en/samt/lm.gz and /dev/null differ


[28/30] incubator-joshua git commit: denormalization

Posted by mj...@apache.org.
denormalization


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/a39c0552
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/a39c0552
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/a39c0552

Branch: refs/heads/7_confsystem
Commit: a39c0552b21170c403f8d097db5a9584214ffb08
Parents: a47d727
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 22:21:53 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:21:53 2016 +0200

----------------------------------------------------------------------
 .../joshua/decoder/cky/DenormalizationTest.java | 79 ++++++++++----------
 .../resources/decoder/denormalization/input.txt |  1 -
 .../decoder/denormalization/output.expected     |  1 -
 .../resources/decoder/denormalization/test.sh   | 30 --------
 4 files changed, 38 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a39c0552/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DenormalizationTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DenormalizationTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DenormalizationTest.java
index f51844f..d6fbc09 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DenormalizationTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DenormalizationTest.java
@@ -1,20 +1,16 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license
+ * agreements. See the NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The ASF licenses this file to you 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
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
  */
 package org.apache.joshua.decoder.cky;
 
@@ -22,37 +18,38 @@ import static org.apache.joshua.decoder.cky.TestUtil.translate;
 import static org.testng.Assert.assertEquals;
 
 import org.apache.joshua.decoder.Decoder;
-import org.apache.joshua.decoder.JoshuaConfiguration;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigValueFactory;
+
 public class DenormalizationTest {
 
-	private static final String INPUT = "� who you lookin' at , mr. ?";
-	private static final String GOLD = "�Who you lookin' at, Mr.?";
-	
-	private JoshuaConfiguration joshuaConfig = null;
-	private Decoder decoder = null;
-	
-	@BeforeMethod
-	public void setUp() throws Exception {
-		joshuaConfig = new JoshuaConfiguration();
-		joshuaConfig.outputFormat = "%S";
-		joshuaConfig.mark_oovs = false;
-		joshuaConfig.topN = 1;
-		decoder = new Decoder(joshuaConfig);
-	}
-
-	@AfterMethod
-	public void tearDown() throws Exception {
-		decoder.cleanUp();
-		decoder = null;
-	}
-	
-	@Test
-	public void givenTokenizedInputWithSpecialCharacters_whenDecoding_thenOutputNormalized() {
-		String output = translate(INPUT, decoder, joshuaConfig);
-		assertEquals(output.trim(), GOLD);
-	}	
+  private static final String INPUT = "� who you lookin' at , mr. ?";
+  private static final String GOLD = "�Who you lookin' at, Mr.?";
+
+  private Decoder decoder = null;
+
+  @BeforeMethod
+  public void setUp() throws Exception {
+    Config config = Decoder.getDefaultFlags()
+        .withValue("top_n", ConfigValueFactory.fromAnyRef(1))
+        .withValue("mark_oovs", ConfigValueFactory.fromAnyRef(false))
+        .withValue("output_format", ConfigValueFactory.fromAnyRef("%S"));
+    decoder = new Decoder(config);
+  }
+
+  @AfterMethod
+  public void tearDown() throws Exception {
+    decoder.cleanUp();
+    decoder = null;
+  }
+
+  @Test
+  public void givenTokenizedInputWithSpecialCharacters_whenDecoding_thenOutputNormalized() {
+    String output = translate(INPUT, decoder);
+    assertEquals(output.trim(), GOLD);
+  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a39c0552/joshua-core/src/test/resources/decoder/denormalization/input.txt
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/denormalization/input.txt b/joshua-core/src/test/resources/decoder/denormalization/input.txt
deleted file mode 100644
index a9dfe65..0000000
--- a/joshua-core/src/test/resources/decoder/denormalization/input.txt
+++ /dev/null
@@ -1 +0,0 @@
-� who you lookin' at , mr. ?

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a39c0552/joshua-core/src/test/resources/decoder/denormalization/output.expected
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/denormalization/output.expected b/joshua-core/src/test/resources/decoder/denormalization/output.expected
deleted file mode 100644
index b799fa7..0000000
--- a/joshua-core/src/test/resources/decoder/denormalization/output.expected
+++ /dev/null
@@ -1 +0,0 @@
-�Who you lookin' at, Mr.?

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a39c0552/joshua-core/src/test/resources/decoder/denormalization/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/denormalization/test.sh b/joshua-core/src/test/resources/decoder/denormalization/test.sh
deleted file mode 100755
index 5043684..0000000
--- a/joshua-core/src/test/resources/decoder/denormalization/test.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.txt | $JOSHUA/bin/joshua-decoder -output-format "%S" -mark-oovs false -top-n 1 > output 2> log
-
-# Compare
-diff -u output output.expected > diff
-
-if [ $? -eq 0 ]; then
-	rm -f output log diff
-	exit 0
-else
-	exit 1
-fi


[08/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/input.bn
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/input.bn b/joshua-core/src/test/resources/bn-en/samt/input.bn
deleted file mode 100644
index d4f7913..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/input.bn
+++ /dev/null
@@ -1,100 +0,0 @@
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964
-\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u0995\u09be\u09b2\u09c7 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\u09b0 \u0989\u09a8\u09cd\u09a8\u09a4\u09bf \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
-\u098f \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u09af\u09c7 \u098f\u0987 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u09b9\u09ac\u09c7 \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 \u0964
-\u098f\u0995\u0987 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09b0 \u09ad\u09c2\u09ae\u09bf\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09ad\u09be\u09b7\u0993 \u09ae\u09c7\u09b2\u09c7 \u098f\u0987 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u09a5\u09c7\u0995\u09c7 \u0964
-\u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09ae\u09c1\u099c\u09bf\u09ac \u0993 \u09a4\u09be\u0981\u09b0 \u09a6\u09b2 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09b0\u09bf\u09b7\u09cd\u09a0\u09a4\u09be \u0985\u09b0\u09cd\u099c\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 \u09a4\u09be\u09b0 \u0995\u09be\u099c \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09c7\u09a4\u09c7 \u09a5\u09be\u0995\u09c7\u09a8 \u0964
-\u099f\u09be\u0995\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09be\u0993 \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 \u0993 \u0986\u09b0\u0993 \u0995\u09bf\u099b\u09c1 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 \u099a\u09b0\u09bf\u09a4\u09cd\u09b0 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 & # 44 ; \u09a4\u09ac\u09c7 \u098f\u0997\u09c1\u09b2\u09cb \u0996\u09c1\u09ac \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09af\u09bc \u0964
-\u0987\u09b9\u09be \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u09aa\u09cd\u09b0\u09c7\u0995\u09cd\u09b7\u09bf\u09a4\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u09b8\u09b9\u09bf\u09a4 \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u0997\u09cd\u09b0\u09b9\u09a8\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09bf\u09af\u09bc\u09ae \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7 \u0964
-\u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 \u09ac\u09be\u09ce\u09b8\u09b0\u09bf\u0995 \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf \u09ae\u09bf\u099f\u09be\u09b0
-\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 \u09b6\u09b9\u09b0\u09c7 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f \u09a6\u09b2\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u09a4\u09bf\u09a8\u09bf \u09ae\u09c2\u09b2 \u09ac\u0995\u09cd\u09a4\u09c3\u09a4\u09be -lrb- keynote speech -rrb- \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964
-\u099c\u09a8\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf\u09a4\u09c7 \u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ac\u09a8\u09cd\u099f\u09a8 \u09aa\u09c2\u09b0\u09cd\u09ac \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0985\u09a8\u09c1\u0995\u09c2\u09b2 \u09b9\u0993\u09af\u09bc\u09be\u09af\u09bc \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 & quot ; \u098f\u0995 \u0987\u0989\u09a8\u09bf\u099f \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac & quot ; \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u0985\u09ad\u09bf\u09a8\u09ac \u09a7\u09be\u09b0\u09a3\u09be\u09b0 \u09b8\u09c2\u09a4\u09cd\u09b0\u09aa\u09be\u09a4 \u0995\u09b0\u09c7 & # 44 ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u09b8\u09ae\u0997\u09cd\u09b0 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09a6\u09c7\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c7\u099a\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac
-\u09ac\u09b9\u09bf\u0983\u09b8\u0982\u09af\u09cb\u0997 \u09b8\u09ae\u09c2\u09b9
-\u099f\u09be\u099f\u09be \u0995\u09ae\u09bf\u0989\u09a8\u09bf\u0995\u09c7\u09b6\u09a8\u09b8\u09c7\u09b0 \u09ac\u09bf\u09a6\u09c7\u09b6 \u09b8\u099e\u09cd\u099a\u09be\u09b0 \u09a8\u09bf\u0997\u09ae \u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1 \u09ad\u09ac\u09a8 & # 44 ; \u098f\u099f\u09bf \u09b6\u09b9\u09b0\u09c7\u09b0 \u099f\u09c7\u09b2\u09bf\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u098f\u0995\u099f\u09bf \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0
-\u09a4\u09bf\u09a8\u09bf \u09b8\u09c7\u0987 \u09ac\u099b\u09b0\u09c7\u09b0 \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8\u09c7 \u099c\u09af\u09bc\u09c0 \u09b9\u09a8 \u098f\u09ac\u0982 \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09ea\u09ea\u09a4\u09ae \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09aa\u09a4\u09bf \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09a8 \u0964
-\u09ac\u09b9\u09c1 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf \u0997\u09a8\u09cd\u09a1\u09cb\u09af\u09bc\u09be\u09a8\u09be\u09af\u09bc \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be \u09a5\u09c7\u0995\u09c7 \u0989\u09a6\u09cd\u09ad\u09c1\u09a4 \u0964
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8\u09c7\u09b0 \u09b2\u09c7\u0996\u0995\u09a6\u09c7\u09b0 \u09b0\u099a\u09bf\u09a4 \u09a8\u09be\u099f\u0995 & # 44 ; \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 & # 44 ; \u0997\u09b2\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u099a\u09bf\u09a4\u09cd\u09b0\u09a8\u09be\u099f\u09cd\u09af \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09a6\u09c3\u09a4 \u0964
-\u09e7\u09ef\u09e7\u09ef \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u098f\u099f\u09bf \u09b8\u0993\u0997\u09be\u09a4 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 \u099f\u09c7\u09a8\u09bf\u09b8 \u0985\u09cd\u09af\u09be\u09b8\u09cb\u09b8\u09bf\u09af\u09bc\u09c7\u09b6\u09a8 \u099f\u09cd\u09af\u09c1\u09b0\u09c7\u09b0 \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f \u0993\u09aa\u09c7\u09a8 \u09a8\u09c7\u09a4\u09be\u099c\u09bf \u0987\u09a8\u09cd\u09a1\u09cb\u09b0 \u09b8\u09cd\u099f\u09c7\u09a1\u09bf\u09af\u09bc\u09be\u09ae\u09c7 \u0986\u09af\u09bc\u09cb\u099c\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u098f\u0987 \u09b8\u09ae\u09cd\u09ad\u09be\u09ac\u09a8\u09be \u09a6\u09c2\u09b0\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a8\u09be\u09a8\u09be\u09ac\u09bf\u09a7 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ec\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09eb \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 \u0985\u09ab \u09a6\u09bf \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f \u09ac\u09cd\u09af\u09be\u0982\u0995\u09c7\u09b0 \u09b8\u09a6\u09b8\u09cd\u09af\u09aa\u09a6 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09cb\u09b7
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b0\u09be\u09af\u09bc\u09c7\u09b2 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0993 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b0\u0995\u09cd\u09b7\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c0 \u09a6\u09c7\u09b6 \u0964
-\u098f\u0987 \u09b9\u09b2 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4 \u0995\u09be\u09b2\u09cd\u09aa\u09a8\u09bf\u0995 \u098f\u0995\u0995 \u09af\u09be\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09a5\u09bf\u0993\u09b0\u09c0 \u09b8\u09ae\u09c1\u09b9 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f \u09a5\u09c7\u0995\u09c7 \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f\u09c7 \u0989\u09a8\u09cd\u09a8\u09c0\u09a4 \u09b9\u09af\u09bc \u0964
-& lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be & gt ;
-\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
-\u098f\u0987 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af \u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09bf\u09a4\u09be \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc \u09a8\u09be & # 44 ; \u09ac\u09b0\u0982 \u09a4\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0964
-\u0995\u09c3\u09b7\u09bf \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a6\u09c7\u09b6 ; \u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af & # 44 ; \u0993\u09af\u09bc\u09be\u0987\u09a8 & # 44 ; \u09aa\u09a8\u09bf\u09b0 \u0993 \u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa \u0993 \u09b8\u09be\u09b0\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf \u0995\u09b0\u09c7 \u0964
-\u09a4\u09be\u09a6\u09c7\u09b0 \u0997\u09a3\u09bf\u09a4\u09c7 \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u09a7\u09be\u09a8\u09cd\u09af \u099b\u09bf\u09b2 \u0964
-\u09a6\u09c7\u09b6\u0997\u09c1\u09b2\u09cb \u09b9\u09b2\u09cb\u0983 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 & # 44 ; \u09b9\u0982\u0995\u0982 & # 44 ; \u099a\u09c0\u09a8 & # 44 ; \u09ac\u09c7\u09b2\u099c\u09bf\u09af\u09bc\u09be\u09ae & # 44 ; \u09b8\u09c1\u0987\u099c\u09be\u09b0\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09c0 & # 44 ; \u09a1\u09c7\u09a8\u09ae\u09be\u09b0\u09cd\u0995 & # 44 ; \u09b8\u09c1\u0987\u09a1\u09c7\u09a8 & # 44 ; \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09bf\u09af\u09bc\u09be & # 44 ; \u099a\u09c7\u0995\u09cb\u09b6\u09cd\u09b2\u09cb\u09ad\u09be\u0995\u09bf\u09af\u09bc\u09be & # 44 ; \u0986\u09b0\u09cd\u099c\u09c7\u09a8\u09cd\u099f\u09bf\u09a8\u09be & # 44 ; \u0987\u09a4\u09be\u09b2\u09bf & # 44 ; \u09a8\u09b0\u0993\u09af\u09bc\u09c7 & # 44 ; \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 & # 44 ; \u09af\u09c1\u0997\u09cb\u09b6\u09cd\u09b2\u09be\u09ad\u09bf\u09af\u09bc\u09be & # 44 ; \u09ac\u09c1\u09b2\u0997\u09c7\u09b0\u09bf\u09af\u09bc\u09be & # 44 ; \u09b0\u09c1\u09ae\u09be\u09a8\u09bf\u09af\u09bc\u09be & # 44 ; \u0997\u09cd\u09b0\u09c0\u09b8 & # 44 ; \u09ae\u09bf\u09b6\u09b0 & # 44 ; \u09b8\u09bf\u0999\u09cd\u0997\u09be\u09aa\u09c1\u09b0 & # 44 ; \u0987\u09a8\u09cd\u09a6\u09cb\u09a8\u09c7\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u099c\u09be\u09aa\u09be\u09a8 & # 44 ; \u09ac\u09be\u09b0\u09cd\u09ae\u09be & # 44 ; \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u09b8\u09cb\u09ad\u09bf\u09af\u09bc\u09c7\u099f \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u0987\u09b0\u09be\u09a8 & # 44 ; \u0987\u09b0\u09be\u0995 \u0993 \u09b6
 \u09b0\u09c0\u09b2\u0982\u0995\u09be \u0964
-\u098f\u0987 \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u098f\u0996\u09a8 \u09ac\u09cd\u09af\u09be\u0982\u0995 \u0985\u09ab \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u09a6\u09c7\u09b6\u099f\u09bf\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 \u0989\u09aa\u09b8\u09be\u0997\u09b0 & # 44 ; \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u09a6\u09bf\u0995\u09c7 \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 & # 44 ; \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3\u09c7 \u09ae\u09b0\u0995\u09cd\u0995\u09cb & # 44 ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3-\u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09a6\u09bf\u0995\u09c7 \u0986\u099f\u09b2\u09be\u09a8\u09cd\u099f\u09bf\u0995 \u09ae\u09b9\u09be\u09b8\u09be\u0997\u09b0 \u0964
-\u09a4\u09be\u099b\u09be\u09a1\u09bc\u09be \u098f \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09c7 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u099c\u09b0\u09c1\u09b0\u09bf \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 \u099c\u09be\u09a4\u09bf\u09b8\u0982\u0998\u09c7\u09b0 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u0964
-\u0995\u09be\u09b0\u09cd\u09b2 \u09ae\u09be\u09b0\u09cd\u0995\u09cd\u09b8\u09c7\u09b0 \u0995\u09be\u099c\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0987 \u0987\u09b9\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1 \u0995\u0996\u09a8\u0993 \u09aa\u09c1\u09b0\u09be\u09a3 \u09a5\u09c7\u0995\u09c7 & # 44 ; \u0995\u0996\u09a8\u0993 \u09ae\u09a7\u09cd\u09af\u09af\u09c1\u0997\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u09c7\u09ae\u0995\u09be\u09b9\u09bf\u09a8\u09bf\u0997\u09c1\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 & # 44 ; \u0995\u0996\u09a8\u0993 \u0986\u09ac\u09be\u09b0 \u098f\u0995\u09be\u09b2\u09c7\u09b0 \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0993 \u09b0\u09be\u099c\u09a8\u09c8\u09a4\u09bf\u0995 \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0997\u09c3\u09b9\u09c0\u09a4 \u0964
-\u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09c7\u09b0 \u0989\u09aa\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09af\u09c7 \u09ac\u09af\u09bc\u09b8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u0997\u09c7\u099b\u09c7 \u09a4\u09be \u09b9\u09b2 \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09e7\u09e9.\u09ed � \u09e6.\u09e8 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8 \u09ac\u099b\u09b0 \u0964
-\u0995\u09be\u099b\u09c7\u0987 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09af\u09be \u0993\u0996\u099f\u09b8\u09cd\u0995 \u09b8\u09be\u0997\u09b0 \u0993 \u099c\u09be\u09aa\u09be\u09a8 \u09b8\u09be\u0997\u09b0\u09c7\u09b0 \u0985\u09aa\u09b0 \u09aa\u09be\u09b0\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u0997\u09cd\u09b0\u09a8\u09cd\u09a5\u09be\u0997\u09be\u09b0 \u09a6\u09c7\u09b6\u09c7\u09b0 \u0985\u0997\u09cd\u09b0\u09a3\u09c0 \u09aa\u09be\u09ac\u09b2\u09bf\u0995 \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf \u0964
-\u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 \u0995\u09bf \u09ae\u09c1\u09a8
-\u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u09b0\u099a\u09af\u09bc\u09bf\u09a4\u09be \u099b\u09bf\u09b2\u09c7\u09a8 \u098f\u09a8\u09cd\u09a1\u09cd\u09b0\u09c1 \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae & # 44 ; \u098f\u0995 \u09aa\u09cd\u09b0\u0996\u09cd\u09af\u09be\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09a1\u09bf\u099c\u09be\u0987\u09a8 \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 \u0964
-\u09a6\u09cd\u09af \u099f\u09be\u0987\u09ae\u09cd \u200c \u09b8 \u0985\u09ab \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 \u09b2\u09c7\u0996\u09be \u09b9\u09af\u09bc \u09af\u09c7 & quot ; it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema & quot ; -lrb- \u201c \u098f\u0995\u09c7 \u0985\u09a8\u09cd\u09af \u09af\u09c7\u0995\u09cb\u09a8\u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09a4\u09c1\u09b2\u09a8\u09be \u0995\u09b0\u09be \u0985\u09ac\u09be\u09b8\u09cd\u09a4\u09ac ... \u09aa\u09a5\u09c7\u09b0 \u09aa\u09be\u0981\u099a\u09be\u09b2\u09c0 \u09b9\u09b2 \u09ac\u09bf\u09b6\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u201d -rrb- \u0964
-\u098f\u09b0\u09aa\u09b0 \u09e7\u09ef\u09eb\u09e9 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u09a8\u099c\u09b0\u09c1\u09b2 \u0993 \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a8\u09cd\u09a1\u09a8 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u0993 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09b8\u09ae\u09ad\u09c2\u09ae\u09bf ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u0986\u099b\u09c7 \u09b0\u09c1\u0995\u09cd\u09b7 \u09aa\u09be\u09b9\u09be\u09a1\u09bc \u0993 \u09aa\u09b0\u09cd\u09ac\u09a4 \u0964
-\u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
-\u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- \u09b6\u09be\u09b8\u09a8\u0995\u09be\u09b2\u09c7 \u09b6\u09b9\u09b0\u09c7\u09b0 \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ac\u09c3\u09a6\u09cd\u09a7\u09bf \u0998\u099f\u09c7\u099b\u09bf\u09b2 \u0964
-\u0985\u09a8\u09c7\u0995 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u0993 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b8\u09ae\u09be\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be \u0985\u09aa\u09b0\u09bf\u09b9\u09be\u09b0\u09cd\u09af
-\u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ab\u09b2\u09be\u09ab\u09b2 \u09b9\u09b2 & # 44 ; \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u0995\u09be\u09b2\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u0985\u09a4\u09c0\u09a4 \u098f\u09ac\u0982 \u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09c3\u09a5\u0995 \u0964
-\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5 \u0985\u09ac\u09b6\u09cd\u09af \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0964
-\u09b6\u09cd\u09b0\u09ae \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8 \u098f\u0995\u09b8\u09ae\u09af\u09bc \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0993 \u0985\u0997\u09cd\u09b0\u0997\u09be\u09ae\u09c0 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09b6\u0995\u09cd\u09a4\u09bf \u099b\u09bf\u09b2 \u0964
-\u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u098f\u09ac\u0982 \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 \u09ac\u09c8\u09b7\u09ae\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09be\u09a6 \u0993 \u09ac\u09be\u0999\u09be\u09b2\u09bf\u09a6\u09c7\u09b0 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u09aa\u09a5\u09c7 \u09a7\u09be\u09ac\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09bf\u09a8\u09bf \u09ac\u09cd\u09af\u09be\u09aa\u0995\u09ad\u09be\u09ac\u09c7 \u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09bf\u09a4 \u0964
-\u098f\u0996\u09be\u09a8\u09c7 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8 \u09af\u09c7 \u0985\u09a8\u09c7\u0995\u09c7 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09a8\u09c7\u099f \u098f\u09ac\u0982 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u0993\u09af\u09bc\u09be\u0987\u09a1 \u0993\u09af\u09bc\u09c7\u09ac\u0995\u09c7 \u09b8\u09ae\u09be\u09b0\u09cd\u09a5\u0995 \u09b6\u09ac\u09cd\u09a6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09b2\u09c7\u0993 \u09aa\u09cd\u09b0\u0995\u09c3\u09a4\u09aa\u0995\u09cd\u09b7\u09c7 \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc \u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u0964
-. z \u098f\u09b0 \u0986\u09a8\u09c1\u09b8\u09be\u0999\u09cd\u0997\u09c0\u0995 \u09aa\u09cb\u09b2\u09be\u09b0 \u0995\u09cb-\u0985\u09b0\u09cd\u09a1\u09bf\u09a8\u09c7\u099f \u09a6\u09c1\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 r = -pipe-
-\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0
-\u09e7\u09ef\u09ed\u09e8 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 \u09a4\u09a6\u09be\u09a8\u09bf\u09a8\u09cd\u09a4\u09a8 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 \u09b8\u09b0\u09cd\u09ac\u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u09ae\u09c7\u0987\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u099c\u09c0\u09ac \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09af\u09c7 \u09b6\u09be\u0996\u09be\u09af\u09bc \u099b\u09a4\u09cd\u09b0\u09be\u0995 \u0993 \u098f\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09bf\u0995 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09af\u09bc\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
-\u09aa\u09be\u09a8\u09bf \u09a8\u09a6\u09c0 \u09a5\u09c7\u0995\u09c7 \u0989\u09a0\u09be\u09a8\u09cb \u09b9\u09a4\u09cb \u0995\u09af\u09bc\u09c7\u0995\u099f\u09bf \u09aa\u09c1\u09b0 \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u0993 \u09ac\u09be\u09b2\u099f\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09be\u09a8\u09bf \u09aa\u09b6\u09c1 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u099f\u09c7\u09a8\u09c7 \u09a4\u09cb\u09b2\u09be\u09b0 \u098f\u0995 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0989\u09aa\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u09b2\u09cb\u0995\u099c \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf \u0964
-\u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09a8\u09a4\u09ae \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0993 \u09aa\u09b0\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0986\u0995\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ee\u09ef \u09b8\u09be\u09b2\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4 \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 \u099b\u09ac\u09bf\u099f\u09bf\u09a4\u09c7 \u09a4\u09be\u0981\u09b0 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf\u0995\u09c7 \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09a4\u09c7\u09b0 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3\u09c7\u09b0 \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7\u0987 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09af\u09c7\u09ae\u09a8 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u098f\u09ac\u0982 \u09ae\u09cd\u09af\u09be\u0995 \u0993\u098f\u09b8 \u09b9\u09a4\u09c7 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8\u09ad\u09be\u09ac\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0964
-\u098f\u09b6\u09bf\u09af\u09bc\u09be \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0 & # 44 ;
-\u09ae\u09c1\u0995\u09cd\u09a4 \u09b8\u09cb\u09b0\u09cd\u09b8 \u09ac\u09be \u0993\u09aa\u09c7\u09a8 \u09b8\u09cb\u09b0\u09cd\u09b8 -lrb- open source -rrb- \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2\u09cb \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u09b8\u09ab\u099f\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0 \u098f\u09b0 \u09b8\u09cb\u09b0\u09cd\u09b8 \u0995\u09cb\u09a1 \u09ac\u09be \u09ae\u09c2\u09b2 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 \u09ad\u09be\u09b7\u09be\u0995\u09c7 \u09ae\u09c1\u0995\u09cd\u09a4 \u09ad\u09be\u09ac\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a2\u09be\u0995\u09be
-\u09aa\u09cd\u09b0\u09a5\u09ae \u09ac\u09bf\u09b6\u09cd\u09ac\u09af\u09c1\u09a6\u09cd\u09a7\u09c7 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc \u0964
-\u09a4\u09ac\u09c7 \u098f \u09ac\u09bf\u09b7\u09af\u09bc\u099f\u09bf \u09ac\u09cb\u099d\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7\u0993 \u0997\u09ac\u09c7\u09b7\u09a3\u09be \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u099b\u09c7 \u0964
-\u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
-\u09a4\u09be\u0995\u09c7 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09ac\u09be\u09b9\u09bf\u09a8\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09a8\u09ab\u09bf\u099f \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u09ad\u09c1\u099f\u09cd\u099f\u09cb \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f \u0995\u09b0\u09be\u09b0 \u09b9\u09c1\u09ae\u0995\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8 \u09af\u09c7 & # 44 ; \u0987\u09af\u09bc\u09be\u09b9\u09bf\u09af\u09bc\u09be \u0996\u09be\u09a8 \u09ae\u09c1\u099c\u09bf\u09ac\u0995\u09c7 \u09b8\u09b0\u0995\u09be\u09b0 \u0997\u09a0\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b9\u09cd\u09ac\u09be\u09a8 \u099c\u09be\u09a8\u09be\u09b2\u09c7 \u09a4\u09bf\u09a8\u09bf \u09b8\u09c7 \u09b8\u09b0\u0995\u09be\u09b0\u0995\u09c7 \u09ae\u09c7\u09a8\u09c7 \u09a8\u09c7\u09ac\u09c7\u09a8 \u09a8\u09be \u0964
-\u0986\u09b0 computer \u09b6\u09ac\u09cd\u09a6\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 \u09af\u09a8\u09cd\u09a4\u09cd\u09b0 \u0964
-\u09e7\u09ed\u09ed\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09ea \u099c\u09c1\u09b2\u09be\u0987 \u098f\u0987 \u0989\u09aa\u09a8\u09bf\u09ac\u09c7\u09b6\u0997\u09c1\u09b2\u09bf \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u0998\u09cb\u09b7\u09a3\u09be\u09aa\u09a4\u09cd\u09b0 \u099c\u09be\u09b0\u09bf \u0995\u09b0\u09c7 \u0964
-\u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf -lrb- \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u09ad\u09be\u09b7\u09be\u09af\u09bc : deutschland & # 44 ; \u09a1\u09af\u09bc\u099a\u09cd \u200c \u09b2\u09be\u09a8\u09cd\u099f\u09cd \u200c & # 44 ; \u0986-\u09a7\u09cd\u09ac-\u09ac : -lsb- d\u0254\u028ft\u0283lant -rsb- -rrb- & # 44 ; \u09ae\u09a7\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09a7\u09b0\u09cd\u09ae \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0997\u09b2\u09a6\u09c7\u09b0 \u09b6\u09bf\u0995\u09cd\u09b7\u09be\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf \u099b\u09bf\u09b2 \u09a7\u09c0\u09b0 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u0997\u09a8\u09c1 \u09ab\u09be\u0989\u09a8\u09cd\u09a1\u09c7\u09b6\u09a8
-\u0986\u09b0\u09cd\u09a5\u09bf\u0995 \u09a8\u09c0\u09a4\u09bf \u0993 \u09b0\u09be\u099c\u09b8\u09cd\u09ac \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 \u0987\u09b9\u09be \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09c7 \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 : \u09b9\u09af\u09bc\u09a4\u09cb \u09a4\u09cb\u09ae\u09be\u09b0 \u09aa\u09be\u09ac \u09a6\u09c7\u0996\u09be & # 44 ; \u0993\u09b0\u09c7 \u098f \u0995\u09cb\u09a8 \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 \u0964
-\u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7\u09b0 \u09e8\u09e9 \u098f\u09aa\u09cd\u09b0\u09bf\u09b2 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09ce \u09ae\u09c3\u09a4\u09cd\u09af\u09c1\u09ac\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8 \u0964
-\u098f\u0987 \u09b8\u09ae\u09af\u09bc \u09a8\u099c\u09b0\u09c1\u09b2\u09c7\u09b0 \u09ae\u09c7\u09a1\u09bf\u0995\u09c7\u09b2 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u09ad\u09bf\u09af\u09bc\u09c7\u09a8\u09be\u09b0 \u09ac\u09bf\u0996\u09cd\u09af\u09be\u09a4 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u0985\u09ad\u09bf\u09a8\u09af\u09bc \u099b\u09be\u09a1\u09bc\u09be\u0993 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09b0\u09be\u09a8\u09c0 \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09be\u09a4\u09ac\u09cd\u09af \u09b8\u0982\u09b8\u09cd\u09a5\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09c1\u0995\u09cd\u09a4 \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 \u0964
-\u09ac\u09be\u0982\u09b2\u09be \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u098f\u09ac\u0982 \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf\u09a4\u09c7 \u09a4\u09be\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u0985\u09ac\u09a6\u09be\u09a8\u09c7\u09b0 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa \u09e7\u09ef\u09ed\u09ea \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ef \u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09a2\u09be\u0995\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09bf\u09a6\u09cd\u09af\u09be\u09b2\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8\u09b8\u09c2\u099a\u0995 \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 \u09ad\u09c2\u09b7\u09bf\u09a4 \u0995\u09b0\u09c7 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u09a6\u09c1\u09b0\u09cd\u0997\u09be\u09aa\u09c2\u099c\u09be \u09b6\u09b9\u09b0\u09c7\u09b0 \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09b0\u09cd\u09af\u099f\u09a8 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 \u09ac\u099f\u09c7 \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09b9\u09c1 \u09b2\u0995\u09cd\u09b7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u0993 \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf\u09a4\u09c7 \u0985\u09ad\u09bf\u09ac\u09be\u09b8\u09c0 \u09b9\u0993\u09af\u09bc\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09b2\u09c7 \u09e7\u09ef\u09ec\u09e7 \u09b8\u09be\u09b2\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b8\u09b0\u0995\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09b2\u09bf\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09b0 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09c7\u09af\u09bc \u098f\u09ac\u0982 \u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be\u09a8\u09cd\u09a4 \u099c\u09cb\u09b0\u09a6\u09be\u09b0 \u0995\u09b0\u09c7 \u0964
-\u09aa\u09cd\u09b0\u09a5\u09ae\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 \u099b\u09ac\u09bf\u099f\u09bf\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 \u09aa\u09cd\u09b0\u09a5\u09ae \u09b8\u09be\u09a4 \u09ae\u09bf\u09a8\u09bf\u099f & # 44 ; \u09af\u09be \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf \u099c\u09c0\u09ac\u09a8 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7 & # 44 ; \u098f\u09ac\u0982 \u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc\u099f\u09bf \u09b9\u09b2 & quot ; \u09ac\u09be\u0997\u09be\u09a8\u09c7\u09b0 \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af & quot ; & # 44 ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09be\u09b0 \u09ad\u09be\u09b2\u09ac\u09be\u09b8\u09be\u09b0 \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf \u09b9\u09af\u09bc \u0964
-\u09e7\u09ee \u09b6\u09a4\u0995\u09c7\u09b0 \u098f\u0995\u09a6\u09b2 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 \u0993 \u09b2\u09c7\u0996\u0995 \u0986\u09af\u09bc \u0993 \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09a7\u09be\u09b0\u09be\u09b0 \u0989\u09a8\u09cd\u09a8\u09af\u09bc\u09a8 \u0998\u099f\u09be\u09a8 \u0964
-\u09af\u09cb\u09a8\u09c0\u09a4\u09c7 \u09b2\u09bf\u0999\u09cd\u0997 \u09aa\u09cd\u09b0\u09ac\u09bf\u09b7\u09cd\u099f\u0995\u09b0\u09a3\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0995\u09be\u09ae\u09cb\u09a6\u09cd\u09a6\u09c0\u09aa\u0995 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b6\u09c3\u0999\u09cd\u0997\u09be\u09b0 \u0964
-\u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 \u09ae\u09be\u099d\u09c7\u0987 \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09c7\u09a4 \u09af\u09be \u0995\u09bf\u09a8\u09be \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 \u0986\u0995\u09cd\u09b0\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09a4 \u0964
-\u098f\u0997\u09c1\u09b2\u09bf \u098f\u0995\u098f \u09b9\u09af\u09bc\u09c7 mycelium \u0997\u09a0\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u09b2\u09bf\u0999\u09cd\u0997
-\u098f\u0987 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b0\u09be\u0997\u09ae\u09cb\u099a\u09a8 -lrb- \u0985\u09a8\u0997\u09cd\u09af\u09be\u099c\u09ae -rrb- \u0964
-\u0987\u09a4\u09bf\u09b9\u09be\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09b0\u09cd\u09ac\u09c7 \u098f\u0996\u09be\u09a8\u09c7\u0987 \u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u09ac\u09bf\u09b6\u09be\u09b2\u09be\u0995\u09be\u09b0 \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b8\u09be\u09ae\u09cd\u09b0\u09be\u099c\u09cd\u09af \u0964
-\u09ac\u09cd\u09af\u09be\u09b8\u09cd\u099f\u09bf\u0995 \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b0\u09c2\u09aa \u09b9\u09b2 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u0964
-\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7\u09b0 \u0985\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u09b8\u09b0\u0995\u09be\u09b0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/joshua.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/joshua.config b/joshua-core/src/test/resources/bn-en/samt/joshua.config
deleted file mode 100644
index f3a8da0..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/joshua.config
+++ /dev/null
@@ -1,51 +0,0 @@
-lm = kenlm 5 false false 100 src/test/resources/bn-en/samt/lm.gz
-
-tm = thrax -owner pt -maxspan 12 -path src/test/resources/bn-en/samt/grammar.gz
-tm = thrax -owner glue -maxspan -1 -path src/test/resources/bn-en/samt/grammar.glue
-
-mark_oovs=false
-
-#tm config
-default_non_terminal = OOV
-goalSymbol = GOAL
-
-#pruning config
-num-translation-options = 0
-pop-limit = 10
-
-#nbest config
-use_unique_nbest = true
-top_n = 10
-
-feature-function = OOVPenalty
-feature-function = WordPenalty
-
-# output format
-output-format = "%c %s"
-
-
-###### model weights
-#lm order weight
-lm_0 1.3200621467242506
-
-#phrasemodel owner column(0-indexed) weight
-pt_0 -0.4571255198114019
-pt_1 0.17399038425384106
-pt_2 0.784547842535801
-pt_3 -0.76254324621594
-pt_4 0.8628695028838571
-pt_5 -0.04258438925263152
-pt_6 -0.5278815893934184
-pt_7 -0.9255662450788644
-pt_8 -0.03385066779097645
-pt_9 -0.9918446849428446
-pt_10 -0.52186013168725
-pt_11 0.7874679555197446
-pt_12 0.03770136145251124
-pt_13 -0.37085201114442157
-pt_14 -0.34054825749510886
-pt_15 -0.008348471483412778
-pt_16 -0.7984119288127296
-glue_0 -1
-WordPenalty -3.0476045270236662
-OOVPenalty 1.0


[09/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/reference.en.0
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/reference.en.0 b/joshua-core/src/test/resources/bn-en/packed/reference.en.0
deleted file mode 100644
index a91dd56..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/reference.en.0
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born in a pirali brahmin family of kolkata .
-recently the relationship between india and united stated has improved .
-mathematics is , hence , the language of science .
-from this it can easily be understood that this metric will be frw metric .
-at the same time this novel had also indicated to the fall of the land basis feudalism in bengal .
-mujib and his party could attain the absolute majority in the elections .
-hitlar continued his work in the city of munich at bavariar .
-besides tux there are os-tan and some other characters representing linux but are not much popular .
-it explains the conventional rules for decision making followed by the decision maker in the field of sports in relation to the social background
-annual rainfall is 2540 millimeter .
-he provided his main keynote speech in the national conference of his democrat party in the year 2004 in the boston city of machechuest states .
-since the distribution of powers was in favor of the east pakistan if the population was taken into the account , therefore the west pakistan introduced a unique idea under the name of " one unit theory " whereby the entire pakistan was considered as one province .
-measurement theory .
-external connections
-videsh sanchar nigam limited bhavan of tata communications , this is a major telecom service provider in the city .
-that year on the 4th november , he became victorious in the general election and got elected as the 44th president of the united states .
-many indian species originated from gondwana born taxa .
-plays , novels , stories , and recently screenplays written by the british writers are acknowledged worldwide .
-on 1919 it was published in a magazine called swagat .
-in 2005 , the women 's tennis association tour 's tier-iii tournament , sunfeast open was held in netaji indoor stadium .
-several provisions are taken to avoid this possibility
-in lahore , a national conference of the opponent parties was held on 5th february , 1955 .
-bangladesh became the member of the organization of the islamic conference and islamic development bank .
-special class : world dictionary
-russia , france and israel are the main countries supplying arms to india and defense associates .
-this is our familiar imaginary unit which relegates theory of mathematics to concern itself with set of complex numbers from that of real numbers .
-</address>
-september
-according to this philosophy you can not disagree universe , though the logic has been accepted .
-france is the most important country in europe in agriculture ; it export mainly food crop , wine , cheese , and other agricultural product to europe and the world .
-arithmetic was prevalent in their mathematics .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq , and sri lanka .
-in the place of this basilica bank of england is located now .
-to the north and south of spain there are bay of biscay and the gibraltar respectively , morocco lies to south of gibraltar and the atlantic ocean is situated at the west and south-west part of this country .
-except that , in this situation , the inability of united nations to take decision quickly in emergency situation was realized .
-this was popularised by karl marx
-its subject is often borrowed from hindu mythology , medieval romances and news of social and political events .
-depending on the three measures , the age of the universe has been found to be 13.7 � 0.2 billion years .
-east russia is close by , which is situated on the opposite side of the sea of okhotsk and sea of japan .
-the indian national library in kolkata is the leading public library of the country .
-mycology
-the secretary-general of the un at present is ban ki-moon .
-the creator of minix was andrew tunnenbom who was a famous teacher of operating system designing .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-after that in 1953 , during the month of may , nazrul and his wife pramila devi were sent to london for better treatment .
-it has got plain lands in its south and east sides and rough hills and mountains in its west and north sides .
-trademark
-lord wellesley , the governor general between 1797 \u2013 1805 , was largely responsible for the growth of the city
-complex numbers are indispensible for solving many important and real problems .
-an important consequence of the big bang is that the present state of the universe is completely different from its past and future states .
-windows millennium
-although rabindranath had subjugated a number of styles .
-labor economy
-britain was once the most powerful and advance economic power of the world .
-he is highly admired due to the movement against the military ruler of pakistan and the protest against the racial inequities in pakistan and moving the movement of bengalees towards independence .
-though it is thought that the meaning of internet and world wide web but actually they refer two completely different things .
-the two relevant polar coordinates of the z are r = 1
-november
-the first electronics mail used was in 1972 ad in the arpanet .
-the section of biology which discusses fungi and its practical source is called mycology .
-the water was carried up with some pur , this was actually a method of pulling up water by animals with an arrangement of ropes and buckets .
-these are tribal dance , folk dance , classical dance etc .
-the indian literature was spread earlier as orally and later as written
-his direction in his film " gana satru " in 1989 was weak and it was considered as satyajit 's comeback in making movie after returning from a long-lasting illness .
-mechanics .
-linux is different from various angle than the other right-protected operating systems such as windows and mac os .
-according to the language of the asian times ,
-open source means free distribution of computer software source code .
-dhaka in bangladesh online
-in first war world germany was defeated .
-but in order to understand this subject experiments are going on at present also .
-super h
-he was declared unfit for the armed force .
-threatening to boycott the assembly bhutto announced that , if yahya khan call mujib to form the government he will not do accept that government .
-and the word computer stands for the machine that does the work of counting .
-on 4th of july , 1776 these colonies introduced a declaration of independence .
-germany -lrb- in german language : deutschland -rrb- is a country of middle europe .
-christianity is the main religion of russia .
-but the development of the educational systems of the gols into roman styles was a bit slow .
-subject : foundation
-it also studies the financial and revenue strategies .
-among them there were : ' hoyto tomar pabo dekha ' -lrb- perhaps i will meet you -rrb- , ' ore e kon sneho-surdhani ' -lrb- what an affectionate music is this -rrb- .
-he died on 23 april 1992 .
-the medical reports of nazrul was sent to the renowned doctors of vienna at this time .
-apart from acting rani mukherjee is involved with many charitable organisations .
-on december 9 , 1974 , dhaka university honored him with d.lit degree , for his excellent contribution in the field of bengali culture and literature .
-durgapuja in kolkata is a tourist attraction too .
-but when the millions of east germans started to emigrate into the economically developed and democratic country of west germany , the government of east germany had built a wall in berlin and protected the borders of the country in 1962 .
-the first one is the first seven speechless minutes of the film which expresses the monotonous life of charu and second one is " the scene of the cradle in the garden " where charu faces with her love for amal .
-a group of 18th century thinkers and writers , developed the idea of the economy as a circular flow of income and output .
-foreplay is a set of intimate psychological and physical acts and sexual arousal activities before penetrating sex organ .
-this virus could only be found in the pigs which would cause influenza among the pigs .
-it constitutes mycelium together .
-russia is currently a democratic country .
-sex
-this state of intercourse is called orgasm
-several large empires had been built here in different course of history .
-macro economics
-computer interface is the most visible part to a computer user .
-details : the temporary government of bangladesh of 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/reference.en.1
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/reference.en.1 b/joshua-core/src/test/resources/bn-en/packed/reference.en.1
deleted file mode 100644
index 7f83452..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/reference.en.1
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born in a " pirali brahmin " family in kolkata .
-recently , the relation between india and united states developed .
-therefore mathematics is the language of science .
-this is verygood machine which can be used
-simultaneously , a presage of decline of bengal 's landed feudal system is also found in this novel .
-mujibur and his party got an absolute majority in the election .
-hitler also worked at the city of munich in bavaria .
-other than tux there were many other characters like os tyan but these are not so popular .
-it explains the common rules for the decision maker in taking decisions in the playground while dealing with the opponents in the face of social condition .
-rain : total amount of rain in a year is 2540 milli meter .
-in 2008 he gave the keynote speech in national conference of democrat party organised in boston , massachusetts .
-as the division of power based on population favored east pakistn , west pakistan proposed a novel idea of ' one unit theory ' wherein entire west pakistan was considered as a province .
-measurement function
-outer communication
-tata communication bidesh sanchar nigam ltd bhavan , this is one of the unique telecommunication service in the city .
-he won in the national election on that year on 4th november and became as the 44th president of the united states .
-many indian races have been emerged from the texa community of the gondoana lands .
-dramas , novels , stories and recent screenplays of british authors are appreciated worldwide .
-it published in may , year 1919 in shwagat magazine .
-in year 2005 sunfeast open of women tennis association was organized in netaji indoor stadium .
-many steps are taken to eradicate this likely occurance .
-on february 5,1966 a national conference of the opposition parties was held in lahore .
-accepted membership of bangladesh organization of the islamic conference and islamic development bank .
-subject : world cell
-russia , france and italy are the main countries to supply arms and are helpful neighborhood countries .
-this is our known imaginary unit with the help of which mathematical theories get promoted to the set of complex numbers from the set of real numbers .
-<address>
-september
-this theory , however , does not oppose big bang theory rather supports it .
-france has historically been an important producer of agricultural products ; basically they export crops , wine , cheese and other agricultural products to europe and other parts of the world .
-arithmetic was the most important in their mathematics .
-these countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , myanmar , holland , soviet russia , iran , iraq and sri lanka .
-presently , the bank of london is situated in the place of basilica .
-the bay of biscay is in its north and strait of gibraltarto is in the south and morocco is in the south of the strait and the atlantic ocean in the west and south-west .
-besides , this also demonstrate the inability of the united nations to take quick decisions at the moment of emergency .
-it derives from the work of karl marx .
-its subjects are adopted sometimes from mythologies , sometimes from love affairs of the middle age and even from present day social and political events .
-on the basis of three measurements , the age has been determined as almost 13.7 � 0.2 billion years .
-there is east russia nearby , which is situated on the other side of sea of okhotsk and sea of japan .
-national library of india located in kolkata is one of the leading libraries in the country .
-mycology
-ban ki moon is the secretary general of the united nations .
-the creator of minix was andrew tanenbaum , a famous teacher of operating system design .
-in the times of india it was written that , " it is absurd to compare it with any other indian cinema . pather panchali is pure cinema " .
-after that in 1953 of may , nazrul and pamila devi were sent to london for treatment .
-there are wide flat lands in its southern and eastern side ; while there are wild hills and mountains in the western and northern side .
-trademark
-during the rule of lord wellesley -lrb- governor general 1797-1805 -rrb- there had been a considerable growth of cities .
-complex numbers are must for solving many important and real problems .
-one mention worthy result of big bang theory is that , the recent condition of the universe is completely different from that of the past and future .
-windows millennium
-rabindranath , however , mastered more than one style .
-labor economy .
-britain was once the prime and aggressive economic power of the world .
-he was appreciated for taking forward the protest of the bengali community towards the independence against pakistan military government and clearing the differences within the groups .
-it should be mentioned here that although the terms internet and world wide web are often used in everyday speech without much distinction these are not one and the same .
-the two accompanying polar co-ordinates of z are r = -pipe-
-november
-in 1972 bc at the mean time electronic mail is sent at first in orpanet .
-in that branch of biology where there is discussion about fungus is called as mycology .
-water was drawn from the river by a series of purs , an animal-powered rope and bucket mechanism .
-among them there are : tribal dance , folk dance , traditional or classical dance etc .
-the oldest literature in india became popular initially in oral form and then in writing .
-in 1989 he made ganashatru but his direction was comparably week and was considered as a retry of making film after a long suffering illness .
-mechanics
-linux is different in many ways from other licenses protected operating systems like windows and mac os .
-according to " asia times " : -
-open source means the free distribution of source code of author 's computer software
-dhaka on bangladesh online
-germans lost the 1st world war
-it only takes a few hours to be completed.the social customs are certain
-super h
-he was declared unfit for the military force .
-bhutto declared by threatening to boycott the assembly that he would not recognize that government if yahya khan would call mujib to form the government .
-and the meaning of " computer " is enumerator .
-on 4th july of 1776 , these colonies issued a declaration of independence .
-germany -lrb- deutschland in german -rrb- is a country of the middle europe .
-christianity is the main religion for russian .
-but the romanization of education was slower for the gaul .
-subject : gonu foundation
-it also studies effects of monetary policy and fiscal policy .
-these contain " haito tomar pabo dekha , " o re e kone sneha-surdhuni
-on 23th april 1992 his life came to an end .
-at this time nazrul 's medical report was sent to the famous doctors in vienna .
-other than acting rani mukherjee was found many times to get attached to many of the charitable institutions .
-on 9th december1974 , the bangladesh university honored him with d. lit as recognition of his contribution in bengali literacy and culture .
-kolkata is also the most attractive place for durga puja .
-but lakhs of german started to come in democratic western germany for its rich heritage and wealth from the year 1961 and so the government built up a wall in the southern germany and made the boundary of the country stronger .
-the first one is the silent seven minutes at the beginning which reflects the monotony of charu 's life and the second one is the " swinging in a cradle in the garden " where charu realised her love for amal .
-some thinkers and writers of 18th century by the cycling of income and production made development in economical thoughts .
-the sexual activities before intercourse is called foreplay .
-it was mainly seen in pigs by which the pigs were being infected .
-all of these together formed mycelium .
-russia is at present a democratic country .
-penis
-this is called organism .
-different vast empires were established here in different periods of history .
-micro economics
-to a user , the most visible form of an operating system is the computer interface .
-descriptive : temporary bangladesh government of 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/reference.en.2
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/reference.en.2 b/joshua-core/src/test/resources/bn-en/packed/reference.en.2
deleted file mode 100644
index 9588db6..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/reference.en.2
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born of a pirali brahmin family of calcutta .
-recently the relationship between india and united states has improved .
-so mathematics is the language of science .
-it can be easily understood from it that this metric would be frw metric .
-at the same time indication of the end of bengal 's land centric feudalism is also obtained from this novel .
-mujib and his party got absolute majority in the election .
-hitler also started his work in the state named bavaria miunik
-other than task there are some other western and some other agencies of linux are also present but these are not very much introduced .
-it explains the rules of decision making in a game with one 's rival in the context of social condition .
-rain : yearly 2540 millimeter
-in 2004 he delivered the keynote speech in the national conference of the democrat party in the boston city of massachusetts .
-since a straightforward system of representation based on population would have concentrated political power in east pakistan , the west pakistani establishment came up with the " one unit " scheme , where all of west pakistan was considered one province
-quantum theory
-outer link
-bidesh sanchar nigam limited bhavan of tata communication is one of the main telecom service provider of the city .
-he won the national election on 4th november that year and was elected as the 44th us president .
-today , every one of us is in a problem of ageing in life.quick tips to look fresh and glamorous
-drama , novel , story and recently screenplay written by british writers are adored throughout the world .
-it was published in the sowgat in 1919
-sunfeast open , the tier three tournament of women \u2019 s tennis association tour was held in netaji indoor stadium in 2005 .
-to remove this possibility various steps are taken .
-on 5th february 1966 a religional meeting was arranged by the opposition party .
-he became the members of bangladesh organization of the islamic conference and islamic development bank .
-topics : encyclopedia
-russia , france and israel are the main suppliers of arms and also help in the defence system .
-this is our known imaginary number with which the mathematical theory to deduce complex number set from real number set .
-<address>
-september
-though the theory of big bang can not be opposed through this theory , rather it can be supported .
-france is the most important country of europe ; mainly it exports wine , paneer , food grain to whole europe and other part of the world .
-the dominance of arithmetics can be found in their mathematics .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq and sri lanka .
-at the place of that basilica , bank of england is now situated .
-north side of this country has bay of biskay , south side has gibralta and in south west side has atlantic ocean .
-moreover in this urgent situation , it declares the inability of leage of nations for fast decision .
-it is conducted through the works of karl marx .
-it \u2019 s content are taken sometime from mythology , love stories of middle ages or sometime from social and political incidents of recent time .
-the age of the universe that is derived based on three measurements is almost 13.7 � 0.2 billion years
-eastern russia is near , which is situated opposite of the okhotsk sea and japan sea .
-national library of india which is in kolkata is the oldest library .
-mycology
-the president of united nation is " wan ki moon " .
-the writer of minix was andrew tanenbaum , a famous operating system design teacher .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-after this , in the month of may , 1953b.c nazrul and prameladevi were sent to london for treatment .
-in its south are vast plains , in the west and north are rough hills and mountains .
-trademark
-notable development of the city happens in time of lord wellesley -lrb- governor general 1797-1805 -rrb- .
-complex numbers are indispensable to solve many important and real life problems .
-one important result of the big bang is completely different situations of the past , present and future universe .
-windows millennium
-though rabindranath brought multiple saili within range .
-labour economics
-once upon a time in whole world britain has the most power full and fastest economy .
-he is greatly praised for organizing movement against the military rule of pakistan and protesting against racial discrimination by pakistan and for channelizing the movement of bengalis towards attaining freedom .
-it must be mentioned here that nevertheless most of us consider the internet and the www to be the same thing but these two words , infact , direct to completely different subjects .
-polar coordinate corresponding to z are r = -pipe-
-novewrmber
-electronic mail was sent for the first time with arpanet in 1972 .
-mycology is a science in which mushroom and its uses are described .
-water was collected from the river by the help of rope and domestic animals . rope was tied with a bucket and that was pulled up by domestic animals . this is an old process of collecting water from river
-tribal dance , folk dance , classical dance etc are few among them .
-early works of indian literature was practiced orally at first and later in written form .
-the first , ganashatru is considered the weakest of the three and endeavor to restore his energy to make films
-mechanics
-linux is different in many ways from other proprietary softwares like windows and mac .
-according to the asia times ,
-the meaning of open source is freely publishing the source code of computer software .
-dhaka in bangladesh online .
-germany lost the first world war .
-however , researches are even now going on to have a further understanding of the subject .
-not shown here ...
-he was declared unfit for the army .
-threatening to boycott assembly , he declared that he will not accept the government , if yahia khan calls mujib to form government
-and the meaning of the word ' computer ' is calculating machine .
-these colonies announced declaration of independence on july 4 , 1716 .
-germany -lrb- in german language : deutschland , do-yoch-lant -rrb- is a country of middle europe .
-christianity is the principal religion of russia .
-but the romanization of the education of gauls was slow moving .
-category : gnu foundation .
-monetary and fiscal policies are studied .
-among these were ' hayta tomar pabo dekha ' and ' ore e kon sneha-suradhuni ' .
-he died on 23 april 1992 .
-at this time , nazrul 's medical report was sent to famous surgeons in vienna .
-apart from acting rani mukherjee has kept herself attached with several charitable organizations in different times .
-on 9th december , year 1974 dhaka university gave him d.lit degree to give him respect .
-the durgapuja festival of calcutta is also a tourists ' attraction .
-but when lakhs of east germans started moving to the west german because it was economically developed and a republic , the east german government strengthened the boarders by constructing a wall in berlin in 1961 .
-first one is the speechless first seven minutes , which portrayed the monotony of charu 's life , and the second one is the scene of the " swing in the garden " , where charu first found his love for amol .
-in the 18th century a group of intellectuals improved the economic ideologies by incorporating the circle of income and manufacturing .
-before copulation the things done to get sex is called as sringer .
-it was generally got in between the pigs which attacked the pigs or its kinds .
-all this together form mycelium .
-presently russia is a democratic country .
-penis
-this condition is called as ragmochon .
-in different phases of history , a number of huge empires were established here .
-micro economics
-user can see the operating system as computer interface .
-in details : the temporary government of bangladesh of 1971 .

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/reference.en.3
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/reference.en.3 b/joshua-core/src/test/resources/bn-en/packed/reference.en.3
deleted file mode 100644
index 20a8c75..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/reference.en.3
+++ /dev/null
@@ -1,100 +0,0 @@
-robindranath was born in a pirali brahman family .
-recently relation of india with the united states has improved .
-mathematics is thus the language of science .
-it easily understood from it that this metric is frw metric .
-the decline of imperilism is also reflected from this novel
-mujib and his party secured sweeping majority in the election .
-hitler continued to operate at the city of munich in bavaria .
-other than tux , there are o s tan and few more character to represent linux , but those are not very popular .
-this is not an identical task to complete with but to do some thing incredible and spectacular
-rainfall : annually 2580 mm
-in 2004 he give keynote speech in national assembly of democrat party in boston city of massachusetts province .
-division of political power according to the popoulation was favouring eest pakistan , therfore they invented an unique " one unit " theory in which the entire west pakistan was considered as a seperate state .
-measurement theory
-bringing together the relation with outside
-videsh sanchar nigam limited of tata communications is one of the main provider of cities telecommunication service .
-he won the national election on november , 4 in the same year and elected the 44th us president
-many indian tribes came up from the gondwana 's tribe teska .
-drama , story , literature , art of london is still very famous .
-in may 1919 it was published in ' sawgath ' magazine .
-the 2005 sunfeast open , the tier three tournament of the women 's tennis association tours , was organized in the netaji indoor stadium .
-to make this probability zero many kind pf protection is taken during sex .
-on 5th february , 1966 a national conference held of the all opposition parties in lahore .
-bangladesh take the membership of organization of the islamic conference and the islamic development bank .
-subject : encyclopedia
-russia , france and israel are the main ammunition supplier and security assisting countries to india
-this is our known imaginary unit through which the theories of the mathematics are developed to the set of complex numbers from the the set of real numbers .
-<address>
-september
-through this theory the big bang can not be protested but can be supported .
-france is one of the most important countries of europe in agriculture ; it mainly exports different agricultural products including wheat , wines , cottage cheese etc to europe and other parts of the world .
-their mathematics was basically airthmatic .
-the countries are : france , hongkong , china , belgium , switzerland , germany . denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia bulgaria , rumania , greece , singapore , indonesia , thiland , japan , burma , holland , soviet russia , iraq and srilanka
-in the place of this basilica now the bank of england is situated .
-on the north , it borders bay of biscay ; on the south , it borders gibraltar and morocco , and the atlantic ocean on the northwest and southwest .
-moreover , uno 's incapability to initiate quick action in the emergencies was also came into the lights .
-there is a scenario of togetherness spread at every every corner .
-the subject matters are taken sometimes from puran , sometimes from middle age love stories and sometimes from the modern social and political incidents .
-depending upon the three measurements the age that is calculated of the universe is 13.7 + - 0.2 billion years .
-in the near by there is east russia which is at the opposite banks of the okhotsk sea and japan sea .
-the national library of india is situated in kolkata and is the country \u2019 s leading public library .
-mycology
-the secretary general of the united nation is ban ki moon .
-the writer of minx was andrew tannenbaum , a renowned teacher of operating design .
-in the times of india it was written that " it is absurd to compare with any other indian cinema .. pather panchali is pure cinema " .
-thereafter in may 1953 nazrul and promila devi were sent to london for medical treatment .
-in south and east the vast plane and in west and north mountain are found in this state .
-trademark .
-during the ruling period of lord welesly -lrb- governor-general 1917-1805 -rrb- in the city mentionable increment took place .
-to solve several important and practical problems , the complex numbers are inevitable .
-a mentionable fact about great explosive theory is that , the present state of the earth is very much dissimilar from the past and the future state of the earth .
-windows millennium
-though rabindranath mastered more than one style .
-labour economics
-once britain was the prime advanced economic power of the world .
-revolt against the inequality in group and to enforce the bengali movement and also to revolt against the pakisthani military rule , for all this activity mujib is honored by all .
-it is necessary to mention that many people considers internet and world wide web as similar meaning words but in actuality they are different subjects .
-two polar coordinate of .z is r = -pipe- .
-november
-in 1972 the first electronic mail was sent on arpanet .
-mycology is the branch of biology concerned with the study of fungi and their use to humans .
-water used to be drawn from the river with thick rope and bucket pulled by the animals .
-among these are : tribal dance , folk dance , classical dance etc .
-the oldest literature of india were first in vogue through verbally and the in written .
-his direction was comparatively weak in his film ' ganashatru ' -lrb- the enemy of the people -rrb- in 1989 and this film has been considered as his trial of making films after recovering from long illness .
-powerful
-linux is different in many ways from other copy righted operating systems such as windows and mac oc
-according the news of the asia times ,
-however , the company 's army led by robert clive was able to recapture kolkata .
-dhaka is in bangladesh .
-germany was defeated in the first world war .
-but to understand this aspect the research works are progressing .
-superh
-he was declared unfit for the army .
-the day has since been observed as language movement day in bangladesh ,
-and the meaning of the word computer is machine to calculate .
-on the 4th july , 1776 these colonies had collectively issued a declaration of independence .
-germany -lrb- deutschland in german language -rrb- is a country of central europe .
-christ is the main religion of russia .
-but the speed of the romanization of gall 's education system was slow .
-subject : gonu foundation
-it also studies economic and revenue policy .
-among this are : hoyto tomar pap dekha , o hein a kon sneho sur dhoni .
-on the 23rd april , 1992 satyajit died .
-this time medical report of najrul was sent to the famous doctor of vienna .
-in addition to acting , rani mukerji remained involved with various charity organizations .
-for his great contribution to the bengali literature and culture , he was conferred on with the honorary d.lit. by the dhaka university on 9th december , 1974 .
-' durga puja ' is also a tourist attraction of kolkata city .
-but when many people started to migrate to the economically enriched and democratic west germany , east germany built a wall in berlin in 1961 and tightened the country 's border .
-the first one is the silent first seven minutes where the boring life of charu was shown and the second one is the scene of the cradle at the garden where charu realised her love for amal .
-in 18th century a group of intellectuals and writers made advancement in the field of economic thinking using the cyclic movement of earning and production .
-the sexually stimulating activities carried on before actual penetration are called foreplay .
-this virus was primarily found in pigs , which caused the flu in the pigs .
-these are collectively called a mycelium
-now russia is a democratic country .
-at that time , conflict between the french and the company occurred frequently .
-this is termed as orgasm .
-in different phases of history , multiple vast empires were established here .
-microeconomics
-to the user , computer interface is the most visible impersonation of operating systems .
-details : temporary government of bangladesh , 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/reference.en.all
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/reference.en.all b/joshua-core/src/test/resources/bn-en/packed/reference.en.all
deleted file mode 100644
index 5aa465f..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/reference.en.all
+++ /dev/null
@@ -1,400 +0,0 @@
-rabindranath was born in a pirali brahmin family of kolkata .
-rabindranath was born in a " pirali brahmin " family in kolkata .
-rabindranath was born of a pirali brahmin family of calcutta .
-robindranath was born in a pirali brahman family .
-recently the relationship between india and united stated has improved .
-recently , the relation between india and united states developed .
-recently the relationship between india and united states has improved .
-recently relation of india with the united states has improved .
-mathematics is , hence , the language of science .
-therefore mathematics is the language of science .
-so mathematics is the language of science .
-mathematics is thus the language of science .
-from this it can easily be understood that this metric will be frw metric .
-this is verygood machine which can be used
-it can be easily understood from it that this metric would be frw metric .
-it easily understood from it that this metric is frw metric .
-at the same time this novel had also indicated to the fall of the land basis feudalism in bengal .
-simultaneously , a presage of decline of bengal 's landed feudal system is also found in this novel .
-at the same time indication of the end of bengal 's land centric feudalism is also obtained from this novel .
-the decline of imperilism is also reflected from this novel
-mujib and his party could attain the absolute majority in the elections .
-mujibur and his party got an absolute majority in the election .
-mujib and his party got absolute majority in the election .
-mujib and his party secured sweeping majority in the election .
-hitlar continued his work in the city of munich at bavariar .
-hitler also worked at the city of munich in bavaria .
-hitler also started his work in the state named bavaria miunik
-hitler continued to operate at the city of munich in bavaria .
-besides tux there are os-tan and some other characters representing linux but are not much popular .
-other than tux there were many other characters like os tyan but these are not so popular .
-other than task there are some other western and some other agencies of linux are also present but these are not very much introduced .
-other than tux , there are o s tan and few more character to represent linux , but those are not very popular .
-it explains the conventional rules for decision making followed by the decision maker in the field of sports in relation to the social background
-it explains the common rules for the decision maker in taking decisions in the playground while dealing with the opponents in the face of social condition .
-it explains the rules of decision making in a game with one 's rival in the context of social condition .
-this is not an identical task to complete with but to do some thing incredible and spectacular
-annual rainfall is 2540 millimeter .
-rain : total amount of rain in a year is 2540 milli meter .
-rain : yearly 2540 millimeter
-rainfall : annually 2580 mm
-he provided his main keynote speech in the national conference of his democrat party in the year 2004 in the boston city of machechuest states .
-in 2008 he gave the keynote speech in national conference of democrat party organised in boston , massachusetts .
-in 2004 he delivered the keynote speech in the national conference of the democrat party in the boston city of massachusetts .
-in 2004 he give keynote speech in national assembly of democrat party in boston city of massachusetts province .
-since the distribution of powers was in favor of the east pakistan if the population was taken into the account , therefore the west pakistan introduced a unique idea under the name of " one unit theory " whereby the entire pakistan was considered as one province .
-as the division of power based on population favored east pakistn , west pakistan proposed a novel idea of ' one unit theory ' wherein entire west pakistan was considered as a province .
-since a straightforward system of representation based on population would have concentrated political power in east pakistan , the west pakistani establishment came up with the " one unit " scheme , where all of west pakistan was considered one province
-division of political power according to the popoulation was favouring eest pakistan , therfore they invented an unique " one unit " theory in which the entire west pakistan was considered as a seperate state .
-measurement theory .
-measurement function
-quantum theory
-measurement theory
-external connections
-outer communication
-outer link
-bringing together the relation with outside
-videsh sanchar nigam limited bhavan of tata communications , this is a major telecom service provider in the city .
-tata communication bidesh sanchar nigam ltd bhavan , this is one of the unique telecommunication service in the city .
-bidesh sanchar nigam limited bhavan of tata communication is one of the main telecom service provider of the city .
-videsh sanchar nigam limited of tata communications is one of the main provider of cities telecommunication service .
-that year on the 4th november , he became victorious in the general election and got elected as the 44th president of the united states .
-he won in the national election on that year on 4th november and became as the 44th president of the united states .
-he won the national election on 4th november that year and was elected as the 44th us president .
-he won the national election on november , 4 in the same year and elected the 44th us president
-many indian species originated from gondwana born taxa .
-many indian races have been emerged from the texa community of the gondoana lands .
-today , every one of us is in a problem of ageing in life.quick tips to look fresh and glamorous
-many indian tribes came up from the gondwana 's tribe teska .
-plays , novels , stories , and recently screenplays written by the british writers are acknowledged worldwide .
-dramas , novels , stories and recent screenplays of british authors are appreciated worldwide .
-drama , novel , story and recently screenplay written by british writers are adored throughout the world .
-drama , story , literature , art of london is still very famous .
-on 1919 it was published in a magazine called swagat .
-it published in may , year 1919 in shwagat magazine .
-it was published in the sowgat in 1919
-in may 1919 it was published in ' sawgath ' magazine .
-in 2005 , the women 's tennis association tour 's tier-iii tournament , sunfeast open was held in netaji indoor stadium .
-in year 2005 sunfeast open of women tennis association was organized in netaji indoor stadium .
-sunfeast open , the tier three tournament of women \u2019 s tennis association tour was held in netaji indoor stadium in 2005 .
-the 2005 sunfeast open , the tier three tournament of the women 's tennis association tours , was organized in the netaji indoor stadium .
-several provisions are taken to avoid this possibility
-many steps are taken to eradicate this likely occurance .
-to remove this possibility various steps are taken .
-to make this probability zero many kind pf protection is taken during sex .
-in lahore , a national conference of the opponent parties was held on 5th february , 1955 .
-on february 5,1966 a national conference of the opposition parties was held in lahore .
-on 5th february 1966 a religional meeting was arranged by the opposition party .
-on 5th february , 1966 a national conference held of the all opposition parties in lahore .
-bangladesh became the member of the organization of the islamic conference and islamic development bank .
-accepted membership of bangladesh organization of the islamic conference and islamic development bank .
-he became the members of bangladesh organization of the islamic conference and islamic development bank .
-bangladesh take the membership of organization of the islamic conference and the islamic development bank .
-special class : world dictionary
-subject : world cell
-topics : encyclopedia
-subject : encyclopedia
-russia , france and israel are the main countries supplying arms to india and defense associates .
-russia , france and italy are the main countries to supply arms and are helpful neighborhood countries .
-russia , france and israel are the main suppliers of arms and also help in the defence system .
-russia , france and israel are the main ammunition supplier and security assisting countries to india
-this is our familiar imaginary unit which relegates theory of mathematics to concern itself with set of complex numbers from that of real numbers .
-this is our known imaginary unit with the help of which mathematical theories get promoted to the set of complex numbers from the set of real numbers .
-this is our known imaginary number with which the mathematical theory to deduce complex number set from real number set .
-this is our known imaginary unit through which the theories of the mathematics are developed to the set of complex numbers from the the set of real numbers .
-</address>
-<address>
-<address>
-<address>
-september
-september
-september
-september
-according to this philosophy you can not disagree universe , though the logic has been accepted .
-this theory , however , does not oppose big bang theory rather supports it .
-though the theory of big bang can not be opposed through this theory , rather it can be supported .
-through this theory the big bang can not be protested but can be supported .
-france is the most important country in europe in agriculture ; it export mainly food crop , wine , cheese , and other agricultural product to europe and the world .
-france has historically been an important producer of agricultural products ; basically they export crops , wine , cheese and other agricultural products to europe and other parts of the world .
-france is the most important country of europe ; mainly it exports wine , paneer , food grain to whole europe and other part of the world .
-france is one of the most important countries of europe in agriculture ; it mainly exports different agricultural products including wheat , wines , cottage cheese etc to europe and other parts of the world .
-arithmetic was prevalent in their mathematics .
-arithmetic was the most important in their mathematics .
-the dominance of arithmetics can be found in their mathematics .
-their mathematics was basically airthmatic .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq , and sri lanka .
-these countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , myanmar , holland , soviet russia , iran , iraq and sri lanka .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq and sri lanka .
-the countries are : france , hongkong , china , belgium , switzerland , germany . denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia bulgaria , rumania , greece , singapore , indonesia , thiland , japan , burma , holland , soviet russia , iraq and srilanka
-in the place of this basilica bank of england is located now .
-presently , the bank of london is situated in the place of basilica .
-at the place of that basilica , bank of england is now situated .
-in the place of this basilica now the bank of england is situated .
-to the north and south of spain there are bay of biscay and the gibraltar respectively , morocco lies to south of gibraltar and the atlantic ocean is situated at the west and south-west part of this country .
-the bay of biscay is in its north and strait of gibraltarto is in the south and morocco is in the south of the strait and the atlantic ocean in the west and south-west .
-north side of this country has bay of biskay , south side has gibralta and in south west side has atlantic ocean .
-on the north , it borders bay of biscay ; on the south , it borders gibraltar and morocco , and the atlantic ocean on the northwest and southwest .
-except that , in this situation , the inability of united nations to take decision quickly in emergency situation was realized .
-besides , this also demonstrate the inability of the united nations to take quick decisions at the moment of emergency .
-moreover in this urgent situation , it declares the inability of leage of nations for fast decision .
-moreover , uno 's incapability to initiate quick action in the emergencies was also came into the lights .
-this was popularised by karl marx
-it derives from the work of karl marx .
-it is conducted through the works of karl marx .
-there is a scenario of togetherness spread at every every corner .
-its subject is often borrowed from hindu mythology , medieval romances and news of social and political events .
-its subjects are adopted sometimes from mythologies , sometimes from love affairs of the middle age and even from present day social and political events .
-it \u2019 s content are taken sometime from mythology , love stories of middle ages or sometime from social and political incidents of recent time .
-the subject matters are taken sometimes from puran , sometimes from middle age love stories and sometimes from the modern social and political incidents .
-depending on the three measures , the age of the universe has been found to be 13.7 � 0.2 billion years .
-on the basis of three measurements , the age has been determined as almost 13.7 � 0.2 billion years .
-the age of the universe that is derived based on three measurements is almost 13.7 � 0.2 billion years
-depending upon the three measurements the age that is calculated of the universe is 13.7 + - 0.2 billion years .
-east russia is close by , which is situated on the opposite side of the sea of okhotsk and sea of japan .
-there is east russia nearby , which is situated on the other side of sea of okhotsk and sea of japan .
-eastern russia is near , which is situated opposite of the okhotsk sea and japan sea .
-in the near by there is east russia which is at the opposite banks of the okhotsk sea and japan sea .
-the indian national library in kolkata is the leading public library of the country .
-national library of india located in kolkata is one of the leading libraries in the country .
-national library of india which is in kolkata is the oldest library .
-the national library of india is situated in kolkata and is the country \u2019 s leading public library .
-mycology
-mycology
-mycology
-mycology
-the secretary-general of the un at present is ban ki-moon .
-ban ki moon is the secretary general of the united nations .
-the president of united nation is " wan ki moon " .
-the secretary general of the united nation is ban ki moon .
-the creator of minix was andrew tunnenbom who was a famous teacher of operating system designing .
-the creator of minix was andrew tanenbaum , a famous teacher of operating system design .
-the writer of minix was andrew tanenbaum , a famous operating system design teacher .
-the writer of minx was andrew tannenbaum , a renowned teacher of operating design .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-in the times of india it was written that , " it is absurd to compare it with any other indian cinema . pather panchali is pure cinema " .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-in the times of india it was written that " it is absurd to compare with any other indian cinema .. pather panchali is pure cinema " .
-after that in 1953 , during the month of may , nazrul and his wife pramila devi were sent to london for better treatment .
-after that in 1953 of may , nazrul and pamila devi were sent to london for treatment .
-after this , in the month of may , 1953b.c nazrul and prameladevi were sent to london for treatment .
-thereafter in may 1953 nazrul and promila devi were sent to london for medical treatment .
-it has got plain lands in its south and east sides and rough hills and mountains in its west and north sides .
-there are wide flat lands in its southern and eastern side ; while there are wild hills and mountains in the western and northern side .
-in its south are vast plains , in the west and north are rough hills and mountains .
-in south and east the vast plane and in west and north mountain are found in this state .
-trademark
-trademark
-trademark
-trademark .
-lord wellesley , the governor general between 1797 \u2013 1805 , was largely responsible for the growth of the city
-during the rule of lord wellesley -lrb- governor general 1797-1805 -rrb- there had been a considerable growth of cities .
-notable development of the city happens in time of lord wellesley -lrb- governor general 1797-1805 -rrb- .
-during the ruling period of lord welesly -lrb- governor-general 1917-1805 -rrb- in the city mentionable increment took place .
-complex numbers are indispensible for solving many important and real problems .
-complex numbers are must for solving many important and real problems .
-complex numbers are indispensable to solve many important and real life problems .
-to solve several important and practical problems , the complex numbers are inevitable .
-an important consequence of the big bang is that the present state of the universe is completely different from its past and future states .
-one mention worthy result of big bang theory is that , the recent condition of the universe is completely different from that of the past and future .
-one important result of the big bang is completely different situations of the past , present and future universe .
-a mentionable fact about great explosive theory is that , the present state of the earth is very much dissimilar from the past and the future state of the earth .
-windows millennium
-windows millennium
-windows millennium
-windows millennium
-although rabindranath had subjugated a number of styles .
-rabindranath , however , mastered more than one style .
-though rabindranath brought multiple saili within range .
-though rabindranath mastered more than one style .
-labor economy
-labor economy .
-labour economics
-labour economics
-britain was once the most powerful and advance economic power of the world .
-britain was once the prime and aggressive economic power of the world .
-once upon a time in whole world britain has the most power full and fastest economy .
-once britain was the prime advanced economic power of the world .
-he is highly admired due to the movement against the military ruler of pakistan and the protest against the racial inequities in pakistan and moving the movement of bengalees towards independence .
-he was appreciated for taking forward the protest of the bengali community towards the independence against pakistan military government and clearing the differences within the groups .
-he is greatly praised for organizing movement against the military rule of pakistan and protesting against racial discrimination by pakistan and for channelizing the movement of bengalis towards attaining freedom .
-revolt against the inequality in group and to enforce the bengali movement and also to revolt against the pakisthani military rule , for all this activity mujib is honored by all .
-though it is thought that the meaning of internet and world wide web but actually they refer two completely different things .
-it should be mentioned here that although the terms internet and world wide web are often used in everyday speech without much distinction these are not one and the same .
-it must be mentioned here that nevertheless most of us consider the internet and the www to be the same thing but these two words , infact , direct to completely different subjects .
-it is necessary to mention that many people considers internet and world wide web as similar meaning words but in actuality they are different subjects .
-the two relevant polar coordinates of the z are r = 1
-the two accompanying polar co-ordinates of z are r = -pipe-
-polar coordinate corresponding to z are r = -pipe-
-two polar coordinate of .z is r = -pipe- .
-november
-november
-novewrmber
-november
-the first electronics mail used was in 1972 ad in the arpanet .
-in 1972 bc at the mean time electronic mail is sent at first in orpanet .
-electronic mail was sent for the first time with arpanet in 1972 .
-in 1972 the first electronic mail was sent on arpanet .
-the section of biology which discusses fungi and its practical source is called mycology .
-in that branch of biology where there is discussion about fungus is called as mycology .
-mycology is a science in which mushroom and its uses are described .
-mycology is the branch of biology concerned with the study of fungi and their use to humans .
-the water was carried up with some pur , this was actually a method of pulling up water by animals with an arrangement of ropes and buckets .
-water was drawn from the river by a series of purs , an animal-powered rope and bucket mechanism .
-water was collected from the river by the help of rope and domestic animals . rope was tied with a bucket and that was pulled up by domestic animals . this is an old process of collecting water from river
-water used to be drawn from the river with thick rope and bucket pulled by the animals .
-these are tribal dance , folk dance , classical dance etc .
-among them there are : tribal dance , folk dance , traditional or classical dance etc .
-tribal dance , folk dance , classical dance etc are few among them .
-among these are : tribal dance , folk dance , classical dance etc .
-the indian literature was spread earlier as orally and later as written
-the oldest literature in india became popular initially in oral form and then in writing .
-early works of indian literature was practiced orally at first and later in written form .
-the oldest literature of india were first in vogue through verbally and the in written .
-his direction in his film " gana satru " in 1989 was weak and it was considered as satyajit 's comeback in making movie after returning from a long-lasting illness .
-in 1989 he made ganashatru but his direction was comparably week and was considered as a retry of making film after a long suffering illness .
-the first , ganashatru is considered the weakest of the three and endeavor to restore his energy to make films
-his direction was comparatively weak in his film ' ganashatru ' -lrb- the enemy of the people -rrb- in 1989 and this film has been considered as his trial of making films after recovering from long illness .
-mechanics .
-mechanics
-mechanics
-powerful
-linux is different from various angle than the other right-protected operating systems such as windows and mac os .
-linux is different in many ways from other licenses protected operating systems like windows and mac os .
-linux is different in many ways from other proprietary softwares like windows and mac .
-linux is different in many ways from other copy righted operating systems such as windows and mac oc
-according to the language of the asian times ,
-according to " asia times " : -
-according to the asia times ,
-according the news of the asia times ,
-open source means free distribution of computer software source code .
-open source means the free distribution of source code of author 's computer software
-the meaning of open source is freely publishing the source code of computer software .
-however , the company 's army led by robert clive was able to recapture kolkata .
-dhaka in bangladesh online
-dhaka on bangladesh online
-dhaka in bangladesh online .
-dhaka is in bangladesh .
-in first war world germany was defeated .
-germans lost the 1st world war
-germany lost the first world war .
-germany was defeated in the first world war .
-but in order to understand this subject experiments are going on at present also .
-it only takes a few hours to be completed.the social customs are certain
-however , researches are even now going on to have a further understanding of the subject .
-but to understand this aspect the research works are progressing .
-super h
-super h
-not shown here ...
-superh
-he was declared unfit for the armed force .
-he was declared unfit for the military force .
-he was declared unfit for the army .
-he was declared unfit for the army .
-threatening to boycott the assembly bhutto announced that , if yahya khan call mujib to form the government he will not do accept that government .
-bhutto declared by threatening to boycott the assembly that he would not recognize that government if yahya khan would call mujib to form the government .
-threatening to boycott assembly , he declared that he will not accept the government , if yahia khan calls mujib to form government
-the day has since been observed as language movement day in bangladesh ,
-and the word computer stands for the machine that does the work of counting .
-and the meaning of " computer " is enumerator .
-and the meaning of the word ' computer ' is calculating machine .
-and the meaning of the word computer is machine to calculate .
-on 4th of july , 1776 these colonies introduced a declaration of independence .
-on 4th july of 1776 , these colonies issued a declaration of independence .
-these colonies announced declaration of independence on july 4 , 1716 .
-on the 4th july , 1776 these colonies had collectively issued a declaration of independence .
-germany -lrb- in german language : deutschland -rrb- is a country of middle europe .
-germany -lrb- deutschland in german -rrb- is a country of the middle europe .
-germany -lrb- in german language : deutschland , do-yoch-lant -rrb- is a country of middle europe .
-germany -lrb- deutschland in german language -rrb- is a country of central europe .
-christianity is the main religion of russia .
-christianity is the main religion for russian .
-christianity is the principal religion of russia .
-christ is the main religion of russia .
-but the development of the educational systems of the gols into roman styles was a bit slow .
-but the romanization of education was slower for the gaul .
-but the romanization of the education of gauls was slow moving .
-but the speed of the romanization of gall 's education system was slow .
-subject : foundation
-subject : gonu foundation
-category : gnu foundation .
-subject : gonu foundation
-it also studies the financial and revenue strategies .
-it also studies effects of monetary policy and fiscal policy .
-monetary and fiscal policies are studied .
-it also studies economic and revenue policy .
-among them there were : ' hoyto tomar pabo dekha ' -lrb- perhaps i will meet you -rrb- , ' ore e kon sneho-surdhani ' -lrb- what an affectionate music is this -rrb- .
-these contain " haito tomar pabo dekha , " o re e kone sneha-surdhuni
-among these were ' hayta tomar pabo dekha ' and ' ore e kon sneha-suradhuni ' .
-among this are : hoyto tomar pap dekha , o hein a kon sneho sur dhoni .
-he died on 23 april 1992 .
-on 23th april 1992 his life came to an end .
-he died on 23 april 1992 .
-on the 23rd april , 1992 satyajit died .
-the medical reports of nazrul was sent to the renowned doctors of vienna at this time .
-at this time nazrul 's medical report was sent to the famous doctors in vienna .
-at this time , nazrul 's medical report was sent to famous surgeons in vienna .
-this time medical report of najrul was sent to the famous doctor of vienna .
-apart from acting rani mukherjee is involved with many charitable organisations .
-other than acting rani mukherjee was found many times to get attached to many of the charitable institutions .
-apart from acting rani mukherjee has kept herself attached with several charitable organizations in different times .
-in addition to acting , rani mukerji remained involved with various charity organizations .
-on december 9 , 1974 , dhaka university honored him with d.lit degree , for his excellent contribution in the field of bengali culture and literature .
-on 9th december1974 , the bangladesh university honored him with d. lit as recognition of his contribution in bengali literacy and culture .
-on 9th december , year 1974 dhaka university gave him d.lit degree to give him respect .
-for his great contribution to the bengali literature and culture , he was conferred on with the honorary d.lit. by the dhaka university on 9th december , 1974 .
-durgapuja in kolkata is a tourist attraction too .
-kolkata is also the most attractive place for durga puja .
-the durgapuja festival of calcutta is also a tourists ' attraction .
-' durga puja ' is also a tourist attraction of kolkata city .
-but when the millions of east germans started to emigrate into the economically developed and democratic country of west germany , the government of east germany had built a wall in berlin and protected the borders of the country in 1962 .
-but lakhs of german started to come in democratic western germany for its rich heritage and wealth from the year 1961 and so the government built up a wall in the southern germany and made the boundary of the country stronger .
-but when lakhs of east germans started moving to the west german because it was economically developed and a republic , the east german government strengthened the boarders by constructing a wall in berlin in 1961 .
-but when many people started to migrate to the economically enriched and democratic west germany , east germany built a wall in berlin in 1961 and tightened the country 's border .
-the first one is the first seven speechless minutes of the film which expresses the monotonous life of charu and second one is " the scene of the cradle in the garden " where charu faces with her love for amal .
-the first one is the silent seven minutes at the beginning which reflects the monotony of charu 's life and the second one is the " swinging in a cradle in the garden " where charu realised her love for amal .
-first one is the speechless first seven minutes , which portrayed the monotony of charu 's life , and the second one is the scene of the " swing in the garden " , where charu first found his love for amol .
-the first one is the silent first seven minutes where the boring life of charu was shown and the second one is the scene of the cradle at the garden where charu realised her love for amal .
-a group of 18th century thinkers and writers , developed the idea of the economy as a circular flow of income and output .
-some thinkers and writers of 18th century by the cycling of income and production made development in economical thoughts .
-in the 18th century a group of intellectuals improved the economic ideologies by incorporating the circle of income and manufacturing .
-in 18th century a group of intellectuals and writers made advancement in the field of economic thinking using the cyclic movement of earning and production .
-foreplay is a set of intimate psychological and physical acts and sexual arousal activities before penetrating sex organ .
-the sexual activities before intercourse is called foreplay .
-before copulation the things done to get sex is called as sringer .
-the sexually stimulating activities carried on before actual penetration are called foreplay .
-this virus could only be found in the pigs which would cause influenza among the pigs .
-it was mainly seen in pigs by which the pigs were being infected .
-it was generally got in between the pigs which attacked the pigs or its kinds .
-this virus was primarily found in pigs , which caused the flu in the pigs .
-it constitutes mycelium together .
-all of these together formed mycelium .
-all this together form mycelium .
-these are collectively called a mycelium
-russia is currently a democratic country .
-russia is at present a democratic country .
-presently russia is a democratic country .
-now russia is a democratic country .
-sex
-penis
-penis
-at that time , conflict between the french and the company occurred frequently .
-this state of intercourse is called orgasm
-this is called organism .
-this condition is called as ragmochon .
-this is termed as orgasm .
-several large empires had been built here in different course of history .
-different vast empires were established here in different periods of history .
-in different phases of history , a number of huge empires were established here .
-in different phases of history , multiple vast empires were established here .
-macro economics
-micro economics
-micro economics
-microeconomics
-computer interface is the most visible part to a computer user .
-to a user , the most visible form of an operating system is the computer interface .
-user can see the operating system as computer interface .
-to the user , computer interface is the most visible impersonation of operating systems .
-details : the temporary government of bangladesh of 1971
-descriptive : temporary bangladesh government of 1971
-in details : the temporary government of bangladesh of 1971 .
-details : temporary government of bangladesh , 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/test.sh b/joshua-core/src/test/resources/bn-en/packed/test.sh
deleted file mode 100755
index e7a775e..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/test.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 2 -c joshua.config > output 2> log
-
-# Extract the translations and model scores
-cat output | awk -F\| '{print $4 " ||| " $10}' > output.scores
-
-# Compare
-diff -u output.scores output.scores.gold > diff
-
-if [ $? -eq 0 ]; then
-  rm -f diff output log output.scores
-  exit 0
-else
-  exit 1
-fi
-
-


[16/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output-classlm.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output-classlm.gold b/joshua-core/src/test/resources/bn-en/hiero/output-classlm.gold
deleted file mode 100644
index 450afa7..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output-classlm.gold
+++ /dev/null
@@ -1,887 +0,0 @@
-"-259.076 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-261.952 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-262.341 rabindranath born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-262.368 rabindranath born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-262.813 rabindranath born in the one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-262.903 rabindranath 's was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-263.324 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-263.427 rabindranath was born is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-263.544 rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-264.175 rabindranath born in the in \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-47.240 recently with the united states relation improved ."
-"-47.475 recently with the united states matters improved ."
-"-48.181 recently india with united states relation improved ."
-"-48.279 recently with the united states relation between improved ."
-"-48.312 recently improved with the united states matters ."
-"-48.416 recently india with united states matters improved ."
-"-48.519 recently with the united states relationship between improved ."
-"-48.575 recently with united states with the relationship between improved ."
-"-48.583 recently the improved with united states matters ."
-"-48.933 recently with united states with the matters improved ."
-"-27.512 mathematics so science language ."
-"-27.909 mathematics is science language ."
-"-28.374 mathematics in science language ."
-"-28.628 mathematics that science language ."
-"-29.043 mathematics hence science language ."
-"-29.760 mathematics therefore science language ."
-"-362.288 from this it will be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-363.026 from this it will be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-363.409 from this it will be it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-363.601 from this it will be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-364.146 from this it will be it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-364.566 from this it will be it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-364.878 from this it will be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-365.626 from this it would be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-365.746 to this it will be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-365.999 from this it will be it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-281.554 same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-281.684 same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-282.504 the with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-282.634 the with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-283.439 same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novels ."
-"-283.569 same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novels ."
-"-283.587 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-283.717 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-284.389 the with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novels ."
-"-284.519 the with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novels ."
-"-249.592 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-251.377 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority that the ."
-"-251.948 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in ."
-"-252.643 mujib and his party \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-252.759 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority where the ."
-"-253.499 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 majority in the ."
-"-253.524 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority majority ."
-"-253.672 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 the majority in ."
-"-253.701 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in by ."
-"-254.429 mujib and his party \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority that the ."
-"-467.487 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that ."
-"-469.680 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a that ."
-"-469.729 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with that can ."
-"-470.235 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that ."
-"-470.713 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work could that with ."
-"-470.808 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with we that ."
-"-471.526 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can that ."
-"-471.557 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 its work with that can ."
-"-471.735 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with that can ."
-"-474.323 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that ."
-"-296.736 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these very is not ."
-"-296.947 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these very is not ."
-"-296.973 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these is not common ."
-"-296.995 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these very is not ."
-"-297.206 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these very is not ."
-"-297.226 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there but these very is not ."
-"-297.232 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these is not common ."
-"-297.241 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these is not common ."
-"-297.252 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there but these is not common ."
-"-297.371 task , \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these very is not ."
-"-307.801 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rules of the the ."
-"-307.969 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rule of the the ."
-"-308.120 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rules of services ."
-"-308.257 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rule of the in the ."
-"-308.331 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rules of the the ."
-"-308.498 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rule of the the ."
-"-308.590 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rule of the fingers ."
-"-308.650 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rules of services ."
-"-308.786 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rule of the in the ."
-"-308.945 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making with the rules of the is ."
-"-346.696 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-346.711 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-347.653 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-347.668 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-348.313 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf is"
-"-348.319 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-348.387 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-349.271 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf is"
-"-349.276 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-349.344 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-732.932 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national conference was he the speech -lrb- keynote speech -rrb- , the ."
-"-732.959 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national conference was he the speech -lrb- keynote speech -rrb- to the ."
-"-733.063 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national conference was he the speech -lrb- keynote speech -rrb- on the ."
-"-733.134 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national was he the speech -lrb- keynote speech -rrb- , the ."
-"-733.162 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national was he the speech -lrb- keynote speech -rrb- to the ."
-"-733.258 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party was the he the speech -lrb- keynote speech -rrb- , the ."
-"-733.265 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national was he the speech -lrb- keynote speech -rrb- on the ."
-"-733.286 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party was the he the speech -lrb- keynote speech -rrb- to the ."
-"-733.379 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f in the national he was the speech -lrb- keynote speech -rrb- , the ."
-"-733.389 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party was the he the speech -lrb- keynote speech -rrb- on the ."
-"-249.161 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the west pakistan was considered as a province ."
-"-249.314 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the west pakistan was regarded as a province ."
-"-249.711 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the west pakistan was considered as a province ."
-"-249.864 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the west pakistan was regarded as a province ."
-"-249.926 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac given started the where the west pakistan was considered as a province ."
-"-249.964 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to where the west pakistan was considered as a province ."
-"-250.079 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac given started the where the west pakistan was regarded as a province ."
-"-250.118 population , power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to where the west pakistan was regarded as a province ."
-"-250.167 population on power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the west pakistan was considered as a province ."
-"-250.320 population on power of east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the west pakistan was regarded as a province ."
-"-127.102 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-127.336 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-127.978 . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-128.087 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-130.976 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-131.211 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-131.852 . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-131.962 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-136.708 mathematical theory . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-140.582 mathematical theory . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-15.710 external links of"
-"-16.979 external link of"
-"-17.066 outer link of"
-"-17.139 external communication of"
-"-17.520 outer communication of"
-"-17.967 external connections of"
-"-18.282 external connection of"
-"-18.294 out-links of"
-"-102.560 tata communication " foreign sanchar nigam limited building is the telecommunication system of a main providers"
-"-102.935 tata communication " foreign sanchar nigam limited building is the telecommunication system of a the providers"
-"-103.155 tata communication " foreign sanchar nigam limited building it the telecommunication system of a main providers"
-"-103.529 tata communication " foreign sanchar nigam limited building it the telecommunication system of a the providers"
-"-103.728 tata communication " foreign sanchar nigam limited building is the telecommunication system is the main providers"
-"-103.835 tata communication " foreign sanchar nigam limited building is the telecommunication system of a major providers"
-"-104.430 tata communication " foreign sanchar nigam limited building it the telecommunication system of a major providers"
-"-104.472 tata communication " foreign sanchar nigam limited building this the telecommunication system of a main providers"
-"-104.566 tata communication " foreign sanchar nigam limited . it is the telecommunication system of a main providers"
-"-104.569 tata communication " foreign sanchar nigam limited building it the telecommunication system is the main providers"
-"-289.152 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-289.710 in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-289.780 in the year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-290.140 he the year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-290.449 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-290.690 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and elected as the 44th president of the united states ."
-"-291.113 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in national election won all and was elected as the 44th president of the united states ."
-"-291.248 in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and elected as the 44th president of the united states ."
-"-291.282 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly was the won all and was elected as the 44th president of the united states ."
-"-291.318 in the year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and elected as the 44th president of the united states ."
-"-368.244 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-369.538 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-370.583 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 from \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage"
-"-370.920 of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-371.089 many the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-371.142 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be the upper stage"
-"-371.258 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-372.127 many india \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-372.213 of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-372.383 many the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-174.914 britain writers written drama novels and stories recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-175.047 britain writers written drama stories and novels recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-175.053 britain writers the drama novels and stories recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-175.187 britain writers the drama stories and novels recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-175.558 britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-175.875 britain writers written drama novels and stories recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-176.009 britain writers written drama stories and novels recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-176.015 britain writers the drama novels and stories recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-176.118 britain writers written drama novel stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-176.148 britain writers the drama stories and novels recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-52.794 1919 on may month it -lrb- magazine was published ."
-"-53.237 1919 on may month it -lrb- paper published ."
-"-53.273 1919 on may month it saogat magazine was published ."
-"-53.380 1919 on may month it -lrb- in published ."
-"-53.525 1919 on may , it -lrb- magazine was published ."
-"-53.585 1919 on may month it -lrb- magazine published ."
-"-53.721 1919 in may , it -lrb- magazine was published ."
-"-53.961 1919 on may , it saogat magazine was published ."
-"-53.969 1919 on may , it -lrb- paper published ."
-"-54.111 1919 on may , it -lrb- in published ."
-"-505.573 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-505.933 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-506.224 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium organized in ."
-"-507.303 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium organized was ."
-"-507.725 in 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-508.068 2005 in \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-508.086 in 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-508.377 in 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium organized in ."
-"-508.429 2005 in \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-508.720 2005 in \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium organized in ."
-"-29.713 to prevent this several measures are taken ."
-"-32.514 to avoid this possibility several measures are taken ."
-"-35.865 to prevent this several measures are the ."
-"-36.435 to prevent this several measures are in ."
-"-37.933 to prevent this several measures are taken . ."
-"-376.798 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-377.126 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-377.836 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-377.898 \u09e7\u09ef\u09ec\u09ec on 5th february , \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-378.061 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-378.073 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-378.164 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-378.327 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-378.389 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-378.401 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-394.378 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-394.641 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank took secured its place in the ."
-"-395.121 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-395.137 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in ."
-"-395.844 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted ."
-"-396.084 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f took bank secured its place in the ."
-"-396.150 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took ."
-"-396.350 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 bangladesh of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-396.613 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 bangladesh of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank took secured its place in the ."
-"-397.093 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 bangladesh of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-13.295 subject : encyclopedia"
-"-13.539 subject category : encyclopedia"
-"-13.753 category : encyclopedia"
-"-14.786 subject matter : encyclopedia"
-"-14.931 subject-class : encyclopedia"
-"-170.597 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-170.763 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-170.782 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-171.492 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 countries and defense sub country ."
-"-171.636 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defence sub country ."
-"-171.649 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 countries and defence sub country ."
-"-171.727 russia france and israel india the \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-171.893 russia france and israel india the \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-171.912 russia france and israel india the \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-172.192 russia france and israel the the \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-209.982 this is the known imaginary unit which the mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-210.306 this is the known as imaginary unit which the mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-210.445 this is the known imaginary unit which the mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-210.459 this is the known imaginary unit which the mathematics formed the real number set from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-210.769 this is the known as imaginary unit which the mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-210.783 this is the known as imaginary unit which the mathematics formed the real number set from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-211.234 this is the known imaginary with the help of which mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-211.322 this is the known imaginary unit with the help of which mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-211.437 this is the known imaginary unit with the help of which of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-211.442 this is the known imaginary unit which the mathematics formed from the real number set \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-22.472 <address>"
-"-136.792 < \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-242.077 the lt \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-243.684 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ,"
-"-244.381 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ;"
-"-244.724 , lt , \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-245.163 < , \u09a0\u09bf\u0995\u09be\u09a8\u09be gt ,"
-"-245.389 , lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-245.664 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt and"
-"-245.831 , < \u09a0\u09bf\u0995\u09be\u09a8\u09be gt ,"
-"-7.620 september"
-"-14.161 september ."
-"-113.478 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-175.596 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 to can not be rather it can be support ."
-"-176.262 though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 from this theory to can not be rather it can be support ."
-"-176.316 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-176.683 from this theory though the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 to can not be rather it can be support ."
-"-176.875 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 opposed can not be rather it can be support ."
-"-177.010 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-177.028 from this theory , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 to can not be rather it can be support ."
-"-177.403 from this theory though the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-177.404 this theory to though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 to can not be rather it can be support ."
-"-177.451 this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 to can not be rather it can be support ."
-"-320.719 agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-321.189 agricultural in production france is the most important country ; it basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-321.192 agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-321.273 agricultural in production france is the most important country ; it mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-321.863 agriculture in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-322.262 agricultural in production france country ; it is the most important of \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-322.333 agriculture in production france is the most important country ; it basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-322.335 agriculture in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-322.416 agriculture in production france is the most important country ; it mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-322.915 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-141.616 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-143.161 their mathematics explains \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-143.634 in mathematics their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-143.715 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was ."
-"-143.780 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-143.963 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was ."
-"-143.977 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was ."
-"-144.134 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was ."
-"-144.142 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was ."
-"-144.774 they mathematics explains \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-685.678 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-686.104 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-686.236 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-686.663 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-687.100 deshgulo are : call , make noise france china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-687.182 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet union iran iraq and sri lanka ."
-"-687.526 deshgulo are : call , make noise france china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-687.609 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet union iran iraq and sri lanka ."
-"-687.741 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet union iran iraq and sri lanka ."
-"-687.759 deshgulo are : france call , make noise china belgium switzerland germany denmark chekoslovakia sweden austria argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-143.552 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is located at the bank of england ."
-"-144.167 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is located at the bank of england ."
-"-145.533 the \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is located at the bank of england ."
-"-145.552 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts now located at the bank of england ."
-"-145.633 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now located at the bank of england ."
-"-145.699 these \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is located at the bank of england ."
-"-145.803 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is located in the bank of england ."
-"-145.861 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are located in the bank of england ."
-"-145.941 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are located at the bank of england ."
-"-145.942 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 parts is situated in the bank of england ."
-"-515.111 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south on the west and the atlantic ocean ."
-"-515.516 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south on the west and the atlantic ocean ."
-"-515.568 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south to the west and the atlantic ocean ."
-"-515.653 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-515.757 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea south the \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south on the west and the atlantic ocean ."
-"-515.835 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea south of \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south on the west and the atlantic ocean ."
-"-515.865 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-515.905 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09ae\u09b0\u0995\u09cd\u0995\u09cb strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south on the west and the atlantic ocean ."
-"-515.972 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south to the west and the atlantic ocean ."
-"-516.057 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-302.687 other than this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-302.826 other than this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of united nations ."
-"-302.841 other than this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the rapidly within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-302.848 apart from this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-302.979 other than this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the the decision ."
-"-302.984 other than this situation it can be a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-302.987 apart from this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of united nations ."
-"-303.002 apart from this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the rapidly within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-303.021 other than this situation understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-303.123 other than this situation it can be a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of united nations ."
-"-153.063 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the ."
-"-153.264 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it run by ."
-"-153.274 \u0995\u09be\u09b0\u09cd\u09b2 there is work that it by the ."
-"-153.407 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the ."
-"-154.161 \u0995\u09be\u09b0\u09cd\u09b2 there is only that it by the ."
-"-154.172 \u0995\u09be\u09b0\u09cd\u09b2 there is work that it run by ."
-"-154.756 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by ."
-"-154.957 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are the ."
-"-155.004 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by ."
-"-155.713 \u0995\u09be\u09b0\u09cd\u09b2 there is work that it by ."
-"-223.355 the subject sometimes puran -lrb- from sometimes maintain love story to again sometimes today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-223.409 the subject sometimes puran -lrb- from sometimes maintain love story to again sometimes today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-223.679 the subject sometimes puran -lrb- from sometimes maintain love story to it again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-223.732 the subject sometimes puran -lrb- from sometimes maintain love story to it again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-223.751 the subject sometimes puran -lrb- from sometimes maintain love story to it again today 's from social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf accepted ."
-"-223.788 the subject sometimes puran -lrb- from sometimes middle age love story to it again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-223.800 the subject sometimes puran -lrb- from sometimes middle age love story to again sometimes today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-223.842 the subject sometimes puran -lrb- from sometimes middle age love story to it again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-223.854 the subject sometimes puran -lrb- from sometimes middle age love story to again sometimes today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-223.860 the subject sometimes puran -lrb- from sometimes middle age love story to it again today 's from social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf accepted ."
-"-401.057 three on the measure the universe that is found in it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-401.235 three on the measure the universe that is found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.074 three on the measure the universe that is found in that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.167 three universe based on the measure that is found in it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.247 three on the measure the universe that is found in it is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.266 three on the measure the universe that is found in it is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.344 three universe based on the measure that is found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.386 measure three on the the universe that is found in it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.441 three universe based on the measure the age is found in are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-402.473 three measure on the universe that is found in it is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-276.940 \u0995\u09be\u099b\u09c7\u0987 are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can be located ."
-"-277.092 \u0995\u09be\u099b\u09c7\u0987 are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other be located ."
-"-277.490 \u0995\u09be\u099b\u09c7\u0987 is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can be located ."
-"-277.642 \u0995\u09be\u099b\u09c7\u0987 is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other be located ."
-"-277.762 \u0995\u09be\u099b\u09c7\u0987 there is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can be located ."
-"-277.807 \u0995\u09be\u099b\u09c7\u0987 there east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can be located ."
-"-277.914 \u0995\u09be\u099b\u09c7\u0987 there is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other be located ."
-"-277.959 \u0995\u09be\u099b\u09c7\u0987 there east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other be located ."
-"-278.325 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can be located ."
-"-278.400 \u0995\u09be\u099b\u09c7\u0987 are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea other can located ."
-"-153.801 kolkata is the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-155.115 kolkata is the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-155.777 kolkata is the national library country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-156.135 kolkata the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-156.745 kolkata is the national library country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-156.833 kolkata is the national library the was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-158.112 kolkata the national library country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-159.079 kolkata the national library country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-159.168 kolkata the national library the was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-113.478 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-243.149 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon"
-"-243.203 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon"
-"-244.422 \u09ac\u09be\u09a8 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary ki moon"
-"-245.086 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon"
-"-245.901 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon"
-"-245.955 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon"
-"-247.838 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon"
-"-339.995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 ki moon"
-"-342.747 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 what moon"
-"-379.281 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-380.096 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 to was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-380.524 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-380.618 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-380.905 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-381.721 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 to was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-381.896 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 smells was of \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-381.941 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 smells was to \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-382.149 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-382.243 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-1828.023 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1828.105 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1828.470 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to unrealistic ... pather panchali is pure film " -rrb- ."
-"-1828.552 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to unrealistic ... pather panchali is pure film " -rrb- ."
-"-1828.858 the \u099f\u09be\u0987\u09ae\u09cd , 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1829.218 the \u099f\u09be\u0987\u09ae\u09cd is 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1829.305 the \u099f\u09be\u0987\u09ae\u09cd , 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to unrealistic ... pather panchali is pure film " -rrb- ."
-"-1829.440 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1829.522 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to imaginary ... pather panchali is pure film " -rrb- ."
-"-1829.665 the \u099f\u09be\u0987\u09ae\u09cd is 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it by other indian films with compared to unrealistic ... pather panchali is pure film " -rrb- ."
-"-381.356 after this on may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-381.761 after this on may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 london for sent to ."
-"-381.865 after 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-382.233 after this on may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 to london sent to ."
-"-382.270 after 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 london for sent to ."
-"-382.400 after that 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-382.419 after this 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-382.741 after 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 to london sent to ."
-"-382.805 after that 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 london for sent to ."
-"-382.824 after this 1953 on may , nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 london for sent to ."
-"-295.664 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.013 the south and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.027 the southern and the is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.195 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.300 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.318 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , western and in the north is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.376 the south and the is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.404 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.406 its south and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-296.471 the southern and the are \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , western and in the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-113.478 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995"
-"-487.519 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the mentionable the already happened"
-"-488.348 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the notable the already happened"
-"-488.888 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the mentionable the ghotechilo"
-"-489.345 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened"
-"-489.473 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the important the already happened"
-"-489.717 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the notable the ghotechilo"
-"-489.874 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in are the already happened"
-"-489.902 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the are the already happened"
-"-489.902 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased already happened"
-"-489.981 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the mentionable increased already happened"
-"-54.556 many important and real problem to solve complex numbers extremely necessary"
-"-55.267 many important and real problems to solve complex numbers extremely necessary"
-"-55.600 many important and extremely necessary real problem to solve complex numbers"
-"-55.835 many important extremely necessary and real problem to solve complex numbers"
-"-56.075 many important and extremely necessary real problems to solve complex numbers"
-"-56.250 many important and real problem extremely necessary to solve complex numbers"
-"-56.296 many important and real problem to solve complex number extremely necessary"
-"-56.309 many important extremely necessary and real problems to solve complex numbers"
-"-56.614 many important and real problems extremely necessary to solve complex numbers"
-"-56.849 many important and real extremely necessary problem to solve complex numbers"
-"-94.543 a big universe are results are in the state so and recent situation from the the ."
-"-94.702 a big universe are results are in the state so and recent situation to the the ."
-"-94.743 big bang is a important result in the state so and recent situation from the the ."
-"-94.902 big bang is a important result in the state so and recent situation to the the ."
-"-95.074 big bang is a significant result in the state so and recent situation from the the ."
-"-95.233 big bang is a significant result in the state so and recent situation to the the ."
-"-95.237 a big universe are results are in the state so and recent situation to complete separate ."
-"-95.423 a big universe are results are in the state so and recent situation to the different ."
-"-95.424 a big universe are results are in the state so and recent situation to complete the ."
-"-95.437 big bang is a important result in the state so and recent situation to complete separate ."
-"-118.427 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-221.309 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-249.936 rabindranath , many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-250.051 rabindranath , more \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-250.319 rabindranath though more \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-250.322 rabindranath , many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-250.361 rabindranath though many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-250.437 rabindranath , more \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-250.471 rabindranath , many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-250.586 rabindranath , more \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-250.705 rabindranath though more \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-250.747 rabindranath though many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-12.885 labour economics"
-"-13.129 labor economy"
-"-15.483 labor economics"
-"-15.584 labor economy ."
-"-16.080 labour economy"
-"-17.446 the economics"
-"-17.901 the economy"
-"-49.535 britain at the main economic power and his was ."
-"-50.673 britain at the was the main economic power and his ."
-"-50.911 britain once the main economic power and his was ."
-"-52.049 britain once the was the main economic power and his ."
-"-52.339 britain at the main economic power and his were ."
-"-53.033 britain at the main and his economic power was ."
-"-53.288 britain at the was the main economic power and who ."
-"-53.532 britain at the important economic power and his was ."
-"-53.716 britain once the main economic power and his were ."
-"-54.116 britain at the major and his economic power was ."
-"-323.425 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-323.449 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 for the he widely praised ."
-"-323.810 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 he for the widely praised ."
-"-323.933 movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-323.936 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-323.957 movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 for the he widely praised ."
-"-323.960 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 for the he widely praised ."
-"-324.318 movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 he for the widely praised ."
-"-324.322 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 he for the widely praised ."
-"-324.445 movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and bengalis independence movement on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-227.002 here is mentioned that many other name of internet and world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-227.642 here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-227.652 here is mentioned that were other name of internet and world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-227.808 here is mentioned that many other name of internet and world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-228.185 here is mentioned that were internet and world wide web other name word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-228.355 here is mentioned that many other name of internet and world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-228.449 here is mentioned that were internet and other name of world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-228.458 here is mentioned that were other name of internet and world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-228.751 here is mentioned that many other name of internet and world wide web word to be , actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-228.755 here is mentioned that many other name of internet and world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subjects to the ."
-"-73.385 . z related polar co-ordinate two are r = ."
-"-73.500 . the related z polar co-ordinate two are r = ."
-"-73.866 . z related polar co-ordinate two is r = ."
-"-73.981 . the related z polar co-ordinate two is r = ."
-"-74.628 . is the related polar co-ordinate two are r = ."
-"-75.108 . is the related polar co-ordinate two is r = ."
-"-75.237 . the related polar co-ordinate z two are r = ."
-"-75.369 . is its related polar co-ordinate two are r = ."
-"-75.567 . is it related polar co-ordinate two are r = ."
-"-75.717 . the related polar co-ordinate z two is r = ."
-"-7.646 november"
-"-15.403 november ."
-"-113.478 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-375.626 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to ."
-"-375.653 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-375.784 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-376.128 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to ."
-"-376.416 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-376.821 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to ."
-"-376.851 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 1972 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-376.859 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-376.977 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to used ."
-"-377.003 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to used ."
-"-510.530 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the about the practical in to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-510.828 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.358 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the about the practical in to him \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.522 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.524 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the about the practical in to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.595 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.656 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to him \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.782 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the issue to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.863 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the about the practical in to was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-511.870 \u099c\u09c0\u09ac science the \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the about the practical in to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-531.219 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-531.379 \u0989\u09a0\u09be\u09a8\u09cb from the river was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-531.521 from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-531.665 water \u0989\u09a0\u09be\u09a8\u09cb from river was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-532.005 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-532.067 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 by water used by animal world a system ."
-"-532.092 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 the water used by animal world a system ."
-"-532.151 water from river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-532.187 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-532.221 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u09ac\u09be\u09b2\u099f\u09bf\u09b0 and the water used by animal world a system ."
-"-57.920 among these there are tribal dance influences impact dance classical dance etc ."
-"-58.518 among them are tribal dance influences impact dance classical dance etc ."
-"-58.686 among these there tribal dance influences impact dance classical dance etc ."
-"-59.227 among these are tribal dance influences impact dance classical dance etc ."
-"-59.298 among these there are tribal dance lokuj dance classical dance etc ."
-"-59.896 among them are tribal dance lokuj dance classical dance etc ."
-"-60.064 among these there tribal dance lokuj dance classical dance etc ."
-"-60.144 among them there are tribal dance influences impact dance classical dance etc ."
-"-60.605 among these are tribal dance lokuj dance classical dance etc ."
-"-61.040 include tribal dance influences impact dance classical dance etc ."
-"-163.961 the oldest literature first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-164.374 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-165.031 the oldest literary first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-165.038 the oldest literature first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-165.452 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-165.563 the oldest literature first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form used in ."
-"-165.803 the oldest literature he \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-165.977 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form used in ."
-"-166.108 the oldest literary first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-166.256 the oldest literacy first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-765.896 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-766.013 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 had back after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-766.032 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-766.149 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 had back after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-766.266 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-766.295 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a considered the ."
-"-766.383 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 had back after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-766.402 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-766.412 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 had back after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a considered the ."
-"-766.431 in 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a considered the ."
-"-122.265 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-122.499 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-123.140 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-123.250 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-128.434 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be mathematical theory ."
-"-131.871 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-160.072 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-160.502 \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 other operating systems like windows and mac os to linux in different different ."
-"-161.308 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-162.754 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different separate ."
-"-162.759 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like the windows and mac os to linux in different different ."
-"-162.912 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different have ."
-"-163.027 \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 other operating system like windows and mac os to linux in different different ."
-"-163.183 \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 other operating systems like windows and mac os to linux in different separate ."
-"-163.286 the \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-163.342 \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 other operating systems like windows and mac os to linux in different have ."
-"-239.556 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-239.584 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-241.938 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-242.006 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,"
-"-242.381 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-242.409 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-242.511 \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 asia \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-242.539 \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 asia \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-242.750 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,"
-"-243.256 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af , according to"
-"-529.203 open source or open source -lrb- open source -rrb- the money is computer software the source code or the open way \u09ac\u09bf\u09a4\u09b0\u09a3 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language is ."
-"-529.231 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-529.334 open source or open source -lrb- open source -rrb- the meaning is computer software the source code or the open way \u09ac\u09bf\u09a4\u09b0\u09a3 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language is ."
-"-529.345 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-529.362 open source or open source -lrb- open source -rrb- the meaning is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-529.476 open source or open source -lrb- open source -rrb- the meaning is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-529.793 open source or open source -lrb- open source -rrb- the money is computer software the source code or the open way \u09ac\u09bf\u09a4\u09b0\u09a3 to \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language ."
-"-529.795 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is ."
-"-529.871 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open in \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-529.874 open source or open source -lrb- open source -rrb- the money is computer software the source code or the open way \u09ac\u09bf\u09a4\u09b0\u09a3 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language to ."
-"-123.761 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-126.602 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka of bangladesh"
-"-126.765 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 bangladesh dhaka"
-"-126.882 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka bangladesh"
-"-126.935 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 the"
-"-127.722 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-128.341 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of bangladesh dhaka"
-"-226.262 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-229.435 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 the"
-"-138.214 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-138.458 the first world war germany \u09b9\u09c7\u09b0\u09c7 be ."
-"-138.841 the first world war germany \u09b9\u09c7\u09b0\u09c7 can ."
-"-139.056 the first world war germany \u09b9\u09c7\u09b0\u09c7 easily ."
-"-139.214 first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-139.244 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-139.457 first world war germany \u09b9\u09c7\u09b0\u09c7 be ."
-"-139.469 germany the first world war \u09b9\u09c7\u09b0\u09c7 can be ."
-"-139.512 germany can be \u09b9\u09c7\u09b0\u09c7 first world war ."
-"-139.557 the first world war germany \u09b9\u09c7\u09b0\u09c7 that ."
-"-63.927 but this is to understand for even research progress going on ."
-"-63.942 but this is to for even research progress going on ."
-"-64.261 but this is to even to understand research progress going on ."
-"-64.584 but this is to understand for even research to going on ."
-"-64.599 but this is to for even research to going on ."
-"-64.922 but this , to for even research progress going on ."
-"-64.973 but this is to understand to even research progress going on ."
-"-64.974 but this is to to even research progress going on ."
-"-65.118 but to understand this is for even research progress going on ."
-"-65.460 but this , to understand for even research progress going on ."
-"-113.478 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a"
-"-146.008 he was declared \u0986\u09a8\u09ab\u09bf\u099f for military forces ."
-"-147.631 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-147.972 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-148.001 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-148.049 he \u0986\u09a8\u09ab\u09bf\u099f for military forces was declared ."
-"-148.065 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-148.355 he \u0986\u09a8\u09ab\u09bf\u099f for military forces declared the ."
-"-148.407 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-148.435 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-148.498 he for military forces \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-543.120 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with mujib announced that the yahya khan to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.175 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to announced that the yahya khan mujib to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.224 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 in announced that the yahya khan mujib to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.225 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with mujib announced that the yahya khan to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.280 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to announced that the yahya khan mujib to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.329 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 in announced that the yahya khan mujib to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.693 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with mujib announced that the yahya khan to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-543.716 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 by mujib announced that the yahya khan to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.736 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to mujib announced that the yahya khan to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to have not \u09a8\u09c7\u09ac\u09c7\u09a8 ."
-"-543.748 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to announced that the yahya khan mujib to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-243.506 and computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-244.038 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-244.956 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-245.011 and computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-245.072 and computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines ."
-"-245.234 and computer word means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-245.332 the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-245.461 and computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 instrument ."
-"-245.604 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines ."
-"-245.605 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-275.269 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf ."
-"-276.317 \u09e7\u09ed\u09ed\u09ec on 4th july the constituents a independence notice \u099c\u09be\u09b0\u09bf ."
-"-276.401 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a of notice \u099c\u09be\u09b0\u09bf ."
-"-276.585 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-277.081 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence notice \u099c\u09be\u09b0\u09bf ."
-"-277.091 \u09e7\u09ed\u09ed\u09ec on 4th july in constituents a independence notice \u099c\u09be\u09b0\u09bf ."
-"-277.386 \u09e7\u09ed\u09ed\u09ec on 4th july independence this constituents a notice \u099c\u09be\u09b0\u09bf ."
-"-277.449 \u09e7\u09ed\u09ed\u09ec on 4th july the constituents a of notice \u099c\u09be\u09b0\u09bf ."
-"-277.633 \u09e7\u09ed\u09ed\u09ec on 4th july the constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-277.716 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a of notice \u099c\u09be\u09b0\u09bf the ."
-"-512.091 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe ."
-"-512.254 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in europe a country ."
-"-513.449 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the is a country ."
-"-513.682 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country ."
-"-513.690 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country in europe ."
-"-514.257 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe ."
-"-514.339 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe ."
-"-514.421 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in europe a country ."
-"-514.474 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd the pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe ."
-"-514.503 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in europe a country ."
-"-130.248 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion ."
-"-130.581 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the religion of russia ."
-"-131.126 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia main religion ."
-"-132.015 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae main religion of russia ."
-"-132.303 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion ."
-"-132.742 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion ."
-"-356.137 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-357.479 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-358.198 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-358.662 but educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09b2\u09a6\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-358.675 but \u0997\u09b2\u09a6\u09c7\u09b0 are \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-358.768 but \u0997\u09b2\u09a6\u09c7\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 education \u0997\u09a4\u09bf was slow down ."
-"-358.800 but \u0997\u09b2\u09a6\u09c7\u09b0 educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-358.896 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow ."
-"-359.540 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-360.238 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow ."
-"-20.261 subject : gnu foundation"
-"-20.723 category : gnu foundation"
-"-20.733 subject category : gnu foundation"
-"-21.980 subject matter : gnu foundation"
-"-22.208 subject : gonu foundation"
-"-152.400 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-152.647 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-152.694 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-152.942 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-152.989 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 studying it ."
-"-153.236 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 studying it ."
-"-153.375 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study ."
-"-153.622 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study ."
-"-153.706 economic policy and \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 for studying it ."
-"-153.744 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-384.533 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-384.564 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get \u0993\u09b0\u09c7 seen this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-384.701 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get \u0993\u09b0\u09c7 seen in any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.009 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers \u0993\u09b0\u09c7 seen this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.050 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.146 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers \u0993\u09b0\u09c7 seen in any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.162 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.181 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.194 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get \u0993\u09b0\u09c7 seen this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-385.213 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get \u0993\u09b0\u09c7 seen this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-36.700 , on 23rd april 1992 satyajit died ."
-"-36.732 1992 on 23rd april satyajit died ."
-"-37.431 1992 satyajit died on 23rd april ."
-"-37.482 , on 23rd april 1992 satyajit expired ."
-"-37.515 1992 on 23rd april satyajit expired ."
-"-39.583 1992 , on 23rd april satyajit died ."
-"-40.365 1992 , on 23rd april satyajit expired ."
-"-274.671 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-274.734 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-274.737 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.088 this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.311 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.473 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.536 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.539 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-275.624 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send the ."
-"-275.687 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send the ."
-"-387.180 acted in different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-387.891 acted in different \u09a6\u09be\u09a4\u09ac\u09cd\u09af rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-387.974 acting in different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.012 acted in different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.137 acted in different rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09a6\u09be\u09a4\u09ac\u09cd\u09af at different times are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.220 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.224 acted in different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.258 acted in different times different rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.283 acted in at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-388.539 acting in different \u09a6\u09be\u09a4\u09ac\u09cd\u09af rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-421.684 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-421.859 bengali literature and culture in special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-421.906 bengali literature and culture the special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-422.420 bengali literature and culture its special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-422.420 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-422.622 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-422.798 bengali literature and culture in special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-422.845 bengali literature and culture the special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-423.344 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-423.358 bengali literature and culture its special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-165.297 kolkata durga puja the of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-165.663 the durga puja the of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-166.255 kolkata durga puja city of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-166.316 kolkata durga puja the city of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-166.387 the durga puja city of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-166.485 kolkata durga puja the the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-166.850 the durga puja the the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-167.216 kolkata durga puja the most tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-168.776 in kolkata durga puja the of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-169.734 in kolkata durga puja city of tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-117.347 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-117.548 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-117.983 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-118.377 but many of the german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-119.013 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-119.926 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-120.127 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-120.324 but when millions of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-120.563 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-120.957 but many of the german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-1001.217 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1001.436 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1001.552 the first one is film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1001.771 the first one is film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1001.785 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1002.004 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1002.102 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1002.111 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-1002.268 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-1002.321 the first one is the \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-303.960 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-304.555 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-304.638 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-305.169 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current the economic thoughts development people ."
-"-305.170 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development emperor ."
-"-305.233 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-305.573 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development practically ."
-"-305.720 the 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-305.764 18th century a group \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current the economic thoughts development it ."
-"-305.847 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current the economic thoughts development people ."
-"-40.124 the arousal activities before penetrating male organ into vagina is called foreplay ."
-"-40.471 the arousal activities before penetrating male organ into vagina is called stimulation"
-"-41.268 the arousal activities before penetrating male organ into vagina is called stimulation ."
-"-42.464 the arousal activities before penetrating male organ into vagina is called as foreplay ."
-"-43.370 the arousal activities before penetrating male organ into vagina called foreplay ."
-"-43.717 vagina arousal activities before penetrating male organ into vagina is called foreplay ."
-"-43.926 vagina during arousal activities before penetrating male organ into vagina is called foreplay ."
-"-44.860 vagina arousal activities before penetrating male organ into vagina is called stimulation ."
-"-45.070 vagina during arousal activities before penetrating male organ into vagina is called stimulation ."
-"-46.056 vagina arousal activities before penetrating male organ into vagina is called as foreplay ."
-"-387.774 it basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.086 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.145 it is \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.540 it mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.660 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.706 it basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was that can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.744 it basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which had \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-388.950 it basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in to was that can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-389.018 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was that can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-389.057 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which had \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-246.473 these \u098f\u0995\u098f the mycelium formed the ."
-"-246.622 these \u098f\u0995\u098f to mycelium formed the ."
-"-247.240 these mycelium \u098f\u0995\u098f the structure of the ."
-"-247.327 these mycelium \u098f\u0995\u098f the formed the ."
-"-247.392 these \u098f\u0995\u098f by mycelium formed the ."
-"-247.456 these mycelium \u098f\u0995\u098f in formed the ."
-"-247.615 these \u098f\u0995\u098f mycelium by formed the ."
-"-247.644 these \u098f\u0995\u098f in mycelium formed the ."
-"-247.839 these \u098f\u0995\u098f the mycelium structure ."
-"-247.981 these \u098f\u0995\u098f the mycelium formed ."
-"-24.298 russia is a democratic country ."
-"-24.675 russia at present a democratic country ."
-"-25.661 russia now a democratic country ."
-"-26.198 russia presently a democratic country ."
-"-11.973 penis"
-"-12.396 gender"
-"-12.792 sex"
-"-13.925 the"
-"-16.491 sexual organs"
-"-113.478 \u09b2\u09bf\u0999\u09cd\u0997"
-"-20.458 this state is called orgasm ."
-"-25.435 this situation is called orgasm ."
-"-27.347 in this state is called orgasm ."
-"-61.708 the different period here was established royal more kingdom ."
-"-61.830 the different period here was established royal more empire ."
-"-61.879 different period here was established royal more empire ."
-"-61.952 history different period here was established royal more kingdom ."
-"-62.067 different period was established royal more this empire ."
-"-62.073 history different period here was established royal more empire ."
-"-62.354 different period here royal were established more empire ."
-"-62.520 the different period here was established royal many kingdom ."
-"-62.641 the different period here was established royal many empire ."
-"-62.726 history different period this was established royal more kingdom ."
-"-12.188 micro economics"
-"-13.757 macro economics"
-"-14.581 microeconomics"
-"-15.940 macro economy"
-"-17.280 micro economy"
-"-17.863 macro economics ."
-"-56.938 user to operating system is the visible of computer interface ."
-"-57.874 users to operating system is the visible of computer interface ."
-"-58.177 operating system to users the visible form is computer interface ."
-"-58.368 user to operating system is the visible of computers interface ."
-"-58.418 the user to operating system is the visible of computer interface ."
-"-58.707 user to operating system the visible form is computer interface ."
-"-58.854 user to operating system is the visible of the interface ."
-"-59.304 users to operating system is the visible of computers interface ."
-"-59.464 operating system to users the visible of are computer interface ."
-"-59.466 operating system to users the visible form are computer interface ."
-"-130.915 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government"
-"-131.140 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary government of bangladesh"
-"-131.166 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary bangladesh government"
-"-131.466 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary government"
-"-131.753 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 1971 temporary bangladesh government"


[22/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
Fixed remaining test cases

I also updated them to all use the same input file, and cleaned up lots of the remaining files in the old test directories.


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/503a5fdd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/503a5fdd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/503a5fdd

Branch: refs/heads/7_confsystem
Commit: 503a5fddfbe573f49c79d49b6c3f8301957b3fcf
Parents: e76fce6
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 19:35:40 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 19:35:40 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/joshua/decoder/cky/BnEn.in  | 100 ++
 .../joshua/decoder/cky/BnEnDecodingTest.java    |  15 +-
 .../org/apache/joshua/decoder/cky/BnEnHiero.in  | 100 --
 .../joshua/decoder/cky/BnEnPackedTest.conf      |  43 +
 .../joshua/decoder/cky/BnEnPackedTest.gold      | 864 +++++++++++++++++
 .../apache/joshua/decoder/cky/BnEnSAMTTest.conf |  43 +
 .../apache/joshua/decoder/cky/BnEnSAMTTest.gold | 864 +++++++++++++++++
 .../resources/bn-en/hiero/class_lm_2gram.gz     | Bin 18052 -> 0 bytes
 .../src/test/resources/bn-en/hiero/input.bn     | 100 --
 .../bn-en/hiero/joshua-berkeleylm.config        |  47 -
 .../resources/bn-en/hiero/joshua-classlm.config |  52 -
 .../test/resources/bn-en/hiero/joshua.config    |  48 -
 .../bn-en/hiero/output-berkeleylm.gold          | 943 -------------------
 .../resources/bn-en/hiero/output-classlm.gold   | 887 -----------------
 .../src/test/resources/bn-en/hiero/output.gold  | 805 ----------------
 .../test/resources/bn-en/hiero/output.gold.bleu |  14 -
 .../bn-en/hiero/output.scores.berkeleylm.gold   | 100 --
 .../resources/bn-en/hiero/output.scores.gold    | 805 ----------------
 .../resources/bn-en/hiero/test-berkeleylm.sh    |  33 -
 .../test/resources/bn-en/hiero/test-classlm.sh  |  32 -
 .../test/resources/bn-en/hiero/test-filter.sh   |  35 -
 .../src/test/resources/bn-en/hiero/test.sh      |  35 -
 .../src/test/resources/bn-en/hiero/topN.pl      |  18 -
 .../src/test/resources/bn-en/packed/input.bn    | 100 --
 .../test/resources/bn-en/packed/joshua.config   |  50 -
 .../src/test/resources/bn-en/packed/output.gold | 862 -----------------
 .../resources/bn-en/packed/output.scores.gold   | 862 -----------------
 .../test/resources/bn-en/packed/reference.en.0  | 100 --
 .../test/resources/bn-en/packed/reference.en.1  | 100 --
 .../test/resources/bn-en/packed/reference.en.2  | 100 --
 .../test/resources/bn-en/packed/reference.en.3  | 100 --
 .../resources/bn-en/packed/reference.en.all     | 400 --------
 .../src/test/resources/bn-en/packed/test.sh     |  20 -
 .../src/test/resources/bn-en/samt/input.bn      | 100 --
 .../src/test/resources/bn-en/samt/joshua.config |  51 -
 .../src/test/resources/bn-en/samt/output.gold   | 862 -----------------
 .../test/resources/bn-en/samt/output.gold.bleu  |  14 -
 .../resources/bn-en/samt/output.scores.gold     | 862 -----------------
 .../test/resources/bn-en/samt/reference.en.0    | 100 --
 .../test/resources/bn-en/samt/reference.en.1    | 100 --
 .../test/resources/bn-en/samt/reference.en.2    | 100 --
 .../test/resources/bn-en/samt/reference.en.3    | 100 --
 .../src/test/resources/bn-en/samt/test.sh       |  35 -
 43 files changed, 1924 insertions(+), 9077 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEn.in
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEn.in b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEn.in
new file mode 100644
index 0000000..be6a92b
--- /dev/null
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEn.in
@@ -0,0 +1,100 @@
+\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964
+\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u0995\u09be\u09b2\u09c7 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\u09b0 \u0989\u09a8\u09cd\u09a8\u09a4\u09bf \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964
+\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
+\u098f \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u09af\u09c7 \u098f\u0987 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u09b9\u09ac\u09c7 \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 \u0964
+\u098f\u0995\u0987 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09b0 \u09ad\u09c2\u09ae\u09bf\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09ad\u09be\u09b7\u0993 \u09ae\u09c7\u09b2\u09c7 \u098f\u0987 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u09a5\u09c7\u0995\u09c7 \u0964
+\u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09ae\u09c1\u099c\u09bf\u09ac \u0993 \u09a4\u09be\u0981\u09b0 \u09a6\u09b2 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09b0\u09bf\u09b7\u09cd\u09a0\u09a4\u09be \u0985\u09b0\u09cd\u099c\u09a8 \u0995\u09b0\u09c7 \u0964
+\u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 \u09a4\u09be\u09b0 \u0995\u09be\u099c \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09c7\u09a4\u09c7 \u09a5\u09be\u0995\u09c7\u09a8 \u0964
+\u099f\u09be\u0995\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09be\u0993 \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 \u0993 \u0986\u09b0\u0993 \u0995\u09bf\u099b\u09c1 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 \u099a\u09b0\u09bf\u09a4\u09cd\u09b0 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09a4\u09ac\u09c7 \u098f\u0997\u09c1\u09b2\u09cb \u0996\u09c1\u09ac \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09af\u09bc \u0964
+\u0987\u09b9\u09be \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u09aa\u09cd\u09b0\u09c7\u0995\u09cd\u09b7\u09bf\u09a4\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u09b8\u09b9\u09bf\u09a4 \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u0997\u09cd\u09b0\u09b9\u09a8\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09bf\u09af\u09bc\u09ae \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7 \u0964
+\u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 \u09ac\u09be\u09ce\u09b8\u09b0\u09bf\u0995 \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf \u09ae\u09bf\u099f\u09be\u09b0
+\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 \u09b6\u09b9\u09b0\u09c7 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f \u09a6\u09b2\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u09a4\u09bf\u09a8\u09bf \u09ae\u09c2\u09b2 \u09ac\u0995\u09cd\u09a4\u09c3\u09a4\u09be -lrb- keynote speech -rrb- \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964
+\u099c\u09a8\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf\u09a4\u09c7 \u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ac\u09a8\u09cd\u099f\u09a8 \u09aa\u09c2\u09b0\u09cd\u09ac \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0985\u09a8\u09c1\u0995\u09c2\u09b2 \u09b9\u0993\u09af\u09bc\u09be\u09af\u09bc \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 & quot ; \u098f\u0995 \u0987\u0989\u09a8\u09bf\u099f \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac & quot ; \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u0985\u09ad\u09bf\u09a8\u09ac \u09a7\u09be\u09b0\u09a3\u09be\u09b0 \u09b8\u09c2\u09a4\u09cd\u09b0\u09aa\u09be\u09a4 \u0995\u09b0\u09c7 \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u09b8\u09ae\u0997\u09cd\u09b0 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09a6\u09c7\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c7\u099a\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
+\u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac
+\u09ac\u09b9\u09bf\u0983\u09b8\u0982\u09af\u09cb\u0997 \u09b8\u09ae\u09c2\u09b9
+\u099f\u09be\u099f\u09be \u0995\u09ae\u09bf\u0989\u09a8\u09bf\u0995\u09c7\u09b6\u09a8\u09b8\u09c7\u09b0 \u09ac\u09bf\u09a6\u09c7\u09b6 \u09b8\u099e\u09cd\u099a\u09be\u09b0 \u09a8\u09bf\u0997\u09ae \u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1 \u09ad\u09ac\u09a8 \u098f\u099f\u09bf \u09b6\u09b9\u09b0\u09c7\u09b0 \u099f\u09c7\u09b2\u09bf\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u098f\u0995\u099f\u09bf \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0
+\u09a4\u09bf\u09a8\u09bf \u09b8\u09c7\u0987 \u09ac\u099b\u09b0\u09c7\u09b0 \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8\u09c7 \u099c\u09af\u09bc\u09c0 \u09b9\u09a8 \u098f\u09ac\u0982 \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09ea\u09ea\u09a4\u09ae \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09aa\u09a4\u09bf \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09a8 \u0964
+\u09ac\u09b9\u09c1 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf \u0997\u09a8\u09cd\u09a1\u09cb\u09af\u09bc\u09be\u09a8\u09be\u09af\u09bc \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be \u09a5\u09c7\u0995\u09c7 \u0989\u09a6\u09cd\u09ad\u09c1\u09a4 \u0964
+\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8\u09c7\u09b0 \u09b2\u09c7\u0996\u0995\u09a6\u09c7\u09b0 \u09b0\u099a\u09bf\u09a4 \u09a8\u09be\u099f\u0995 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u0997\u09b2\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u099a\u09bf\u09a4\u09cd\u09b0\u09a8\u09be\u099f\u09cd\u09af \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09a6\u09c3\u09a4 \u0964
+\u09e7\u09ef\u09e7\u09ef \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u098f\u099f\u09bf \u09b8\u0993\u0997\u09be\u09a4 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
+\u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 \u099f\u09c7\u09a8\u09bf\u09b8 \u0985\u09cd\u09af\u09be\u09b8\u09cb\u09b8\u09bf\u09af\u09bc\u09c7\u09b6\u09a8 \u099f\u09cd\u09af\u09c1\u09b0\u09c7\u09b0 \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f \u0993\u09aa\u09c7\u09a8 \u09a8\u09c7\u09a4\u09be\u099c\u09bf \u0987\u09a8\u09cd\u09a1\u09cb\u09b0 \u09b8\u09cd\u099f\u09c7\u09a1\u09bf\u09af\u09bc\u09be\u09ae\u09c7 \u0986\u09af\u09bc\u09cb\u099c\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
+\u098f\u0987 \u09b8\u09ae\u09cd\u09ad\u09be\u09ac\u09a8\u09be \u09a6\u09c2\u09b0\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a8\u09be\u09a8\u09be\u09ac\u09bf\u09a7 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
+\u09e7\u09ef\u09ec\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09eb \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
+\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 \u0985\u09ab \u09a6\u09bf \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f \u09ac\u09cd\u09af\u09be\u0982\u0995\u09c7\u09b0 \u09b8\u09a6\u09b8\u09cd\u09af\u09aa\u09a6 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u0964
+\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09cb\u09b7
+\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b0\u09be\u09af\u09bc\u09c7\u09b2 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0993 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b0\u0995\u09cd\u09b7\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c0 \u09a6\u09c7\u09b6 \u0964
+\u098f\u0987 \u09b9\u09b2 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4 \u0995\u09be\u09b2\u09cd\u09aa\u09a8\u09bf\u0995 \u098f\u0995\u0995 \u09af\u09be\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09a5\u09bf\u0993\u09b0\u09c0 \u09b8\u09ae\u09c1\u09b9 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f \u09a5\u09c7\u0995\u09c7 \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f\u09c7 \u0989\u09a8\u09cd\u09a8\u09c0\u09a4 \u09b9\u09af\u09bc \u0964
+& lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be & gt ;
+\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
+\u098f\u0987 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af \u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09bf\u09a4\u09be \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc \u09a8\u09be \u09ac\u09b0\u0982 \u09a4\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0964
+\u0995\u09c3\u09b7\u09bf \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a6\u09c7\u09b6 ; \u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af \u0993\u09af\u09bc\u09be\u0987\u09a8 \u09aa\u09a8\u09bf\u09b0 \u0993 \u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa \u0993 \u09b8\u09be\u09b0\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf \u0995\u09b0\u09c7 \u0964
+\u09a4\u09be\u09a6\u09c7\u09b0 \u0997\u09a3\u09bf\u09a4\u09c7 \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u09a7\u09be\u09a8\u09cd\u09af \u099b\u09bf\u09b2 \u0964
+\u09a6\u09c7\u09b6\u0997\u09c1\u09b2\u09cb \u09b9\u09b2\u09cb\u0983 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u09b9\u0982\u0995\u0982 \u099a\u09c0\u09a8 \u09ac\u09c7\u09b2\u099c\u09bf\u09af\u09bc\u09be\u09ae \u09b8\u09c1\u0987\u099c\u09be\u09b0\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09c0 \u09a1\u09c7\u09a8\u09ae\u09be\u09b0\u09cd\u0995 \u09b8\u09c1\u0987\u09a1\u09c7\u09a8 \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09bf\u09af\u09bc\u09be \u099a\u09c7\u0995\u09cb\u09b6\u09cd\u09b2\u09cb\u09ad\u09be\u0995\u09bf\u09af\u09bc\u09be \u0986\u09b0\u09cd\u099c\u09c7\u09a8\u09cd\u099f\u09bf\u09a8\u09be \u0987\u09a4\u09be\u09b2\u09bf \u09a8\u09b0\u0993\u09af\u09bc\u09c7 \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 \u09af\u09c1\u0997\u09cb\u09b6\u09cd\u09b2\u09be\u09ad\u09bf\u09af\u09bc\u09be \u09ac\u09c1\u09b2\u0997\u09c7\u09b0\u09bf\u09af\u09bc\u09be \u09b0\u09c1\u09ae\u09be\u09a8\u09bf\u09af\u09bc\u09be \u0997\u09cd\u09b0\u09c0\u09b8 \u09ae\u09bf\u09b6\u09b0 \u09b8\u09bf\u0999\u09cd\u0997\u09be\u09aa\u09c1\u09b0 \u0987\u09a8\u09cd\u09a6\u09cb\u09a8\u09c7\u09b6\u09bf\u09af\u09bc\u09be \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09aa\u09be\u09a8 \u09ac\u09be\u09b0\u09cd\u09ae\u09be \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09b8\u09cb\u09ad\u09bf\u09af\u09bc\u09c7\u099f \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u0987\u09b0\u09be\u09a8 \u0987\u09b0\u09be\u0995 \u0993 \u09b6\u09cd\u09b0\u09c0\u09b2\u0982\u0995\u09be \u0964
+\u098f\u0987 \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u098f\u0996\u09a8 \u09ac\u09cd\u09af\u09be\u0982\u0995 \u0985\u09ab \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
+\u09a6\u09c7\u09b6\u099f\u09bf\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 \u0989\u09aa\u09b8\u09be\u0997\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u09a6\u09bf\u0995\u09c7 \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3\u09c7 \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3-\u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09a6\u09bf\u0995\u09c7 \u0986\u099f\u09b2\u09be\u09a8\u09cd\u099f\u09bf\u0995 \u09ae\u09b9\u09be\u09b8\u09be\u0997\u09b0 \u0964
+\u09a4\u09be\u099b\u09be\u09a1\u09bc\u09be \u098f \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09c7 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u099c\u09b0\u09c1\u09b0\u09bf \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 \u099c\u09be\u09a4\u09bf\u09b8\u0982\u0998\u09c7\u09b0 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u0964
+\u0995\u09be\u09b0\u09cd\u09b2 \u09ae\u09be\u09b0\u09cd\u0995\u09cd\u09b8\u09c7\u09b0 \u0995\u09be\u099c\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0987 \u0987\u09b9\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
+\u098f\u09b0 \u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1 \u0995\u0996\u09a8\u0993 \u09aa\u09c1\u09b0\u09be\u09a3 \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u09ae\u09a7\u09cd\u09af\u09af\u09c1\u0997\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u09c7\u09ae\u0995\u09be\u09b9\u09bf\u09a8\u09bf\u0997\u09c1\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u0986\u09ac\u09be\u09b0 \u098f\u0995\u09be\u09b2\u09c7\u09b0 \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0993 \u09b0\u09be\u099c\u09a8\u09c8\u09a4\u09bf\u0995 \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0997\u09c3\u09b9\u09c0\u09a4 \u0964
+\u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09c7\u09b0 \u0989\u09aa\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09af\u09c7 \u09ac\u09af\u09bc\u09b8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u0997\u09c7\u099b\u09c7 \u09a4\u09be \u09b9\u09b2 \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09e7\u09e9.\u09ed � \u09e6.\u09e8 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8 \u09ac\u099b\u09b0 \u0964
+\u0995\u09be\u099b\u09c7\u0987 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09af\u09be \u0993\u0996\u099f\u09b8\u09cd\u0995 \u09b8\u09be\u0997\u09b0 \u0993 \u099c\u09be\u09aa\u09be\u09a8 \u09b8\u09be\u0997\u09b0\u09c7\u09b0 \u0985\u09aa\u09b0 \u09aa\u09be\u09b0\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
+\u0995\u09b2\u0995\u09be\u09a4\u09be\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u0997\u09cd\u09b0\u09a8\u09cd\u09a5\u09be\u0997\u09be\u09b0 \u09a6\u09c7\u09b6\u09c7\u09b0 \u0985\u0997\u09cd\u09b0\u09a3\u09c0 \u09aa\u09be\u09ac\u09b2\u09bf\u0995 \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf \u0964
+\u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 \u0995\u09bf \u09ae\u09c1\u09a8
+\u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u09b0\u099a\u09af\u09bc\u09bf\u09a4\u09be \u099b\u09bf\u09b2\u09c7\u09a8 \u098f\u09a8\u09cd\u09a1\u09cd\u09b0\u09c1 \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae \u098f\u0995 \u09aa\u09cd\u09b0\u0996\u09cd\u09af\u09be\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09a1\u09bf\u099c\u09be\u0987\u09a8 \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 \u0964
+\u09a6\u09cd\u09af \u099f\u09be\u0987\u09ae\u09cd \u200c \u09b8 \u0985\u09ab \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 \u09b2\u09c7\u0996\u09be \u09b9\u09af\u09bc \u09af\u09c7 & quot ; it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema & quot ; -lrb- \u201c \u098f\u0995\u09c7 \u0985\u09a8\u09cd\u09af \u09af\u09c7\u0995\u09cb\u09a8\u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09a4\u09c1\u09b2\u09a8\u09be \u0995\u09b0\u09be \u0985\u09ac\u09be\u09b8\u09cd\u09a4\u09ac ... \u09aa\u09a5\u09c7\u09b0 \u09aa\u09be\u0981\u099a\u09be\u09b2\u09c0 \u09b9\u09b2 \u09ac\u09bf\u09b6\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u201d -rrb- \u0964
+\u098f\u09b0\u09aa\u09b0 \u09e7\u09ef\u09eb\u09e9 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u09a8\u099c\u09b0\u09c1\u09b2 \u0993 \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a8\u09cd\u09a1\u09a8 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
+\u098f\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u0993 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09b8\u09ae\u09ad\u09c2\u09ae\u09bf ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u0986\u099b\u09c7 \u09b0\u09c1\u0995\u09cd\u09b7 \u09aa\u09be\u09b9\u09be\u09a1\u09bc \u0993 \u09aa\u09b0\u09cd\u09ac\u09a4 \u0964
+\u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
+\u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- \u09b6\u09be\u09b8\u09a8\u0995\u09be\u09b2\u09c7 \u09b6\u09b9\u09b0\u09c7\u09b0 \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ac\u09c3\u09a6\u09cd\u09a7\u09bf \u0998\u099f\u09c7\u099b\u09bf\u09b2 \u0964
+\u0985\u09a8\u09c7\u0995 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u0993 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b8\u09ae\u09be\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be \u0985\u09aa\u09b0\u09bf\u09b9\u09be\u09b0\u09cd\u09af
+\u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ab\u09b2\u09be\u09ab\u09b2 \u09b9\u09b2 \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u0995\u09be\u09b2\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u0985\u09a4\u09c0\u09a4 \u098f\u09ac\u0982 \u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09c3\u09a5\u0995 \u0964
+\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5 \u0985\u09ac\u09b6\u09cd\u09af \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0964
+\u09b6\u09cd\u09b0\u09ae \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
+\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8 \u098f\u0995\u09b8\u09ae\u09af\u09bc \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0993 \u0985\u0997\u09cd\u09b0\u0997\u09be\u09ae\u09c0 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09b6\u0995\u09cd\u09a4\u09bf \u099b\u09bf\u09b2 \u0964
+\u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u098f\u09ac\u0982 \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 \u09ac\u09c8\u09b7\u09ae\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09be\u09a6 \u0993 \u09ac\u09be\u0999\u09be\u09b2\u09bf\u09a6\u09c7\u09b0 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u09aa\u09a5\u09c7 \u09a7\u09be\u09ac\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09bf\u09a8\u09bf \u09ac\u09cd\u09af\u09be\u09aa\u0995\u09ad\u09be\u09ac\u09c7 \u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09bf\u09a4 \u0964
+\u098f\u0996\u09be\u09a8\u09c7 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8 \u09af\u09c7 \u0985\u09a8\u09c7\u0995\u09c7 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09a8\u09c7\u099f \u098f\u09ac\u0982 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u0993\u09af\u09bc\u09be\u0987\u09a1 \u0993\u09af\u09bc\u09c7\u09ac\u0995\u09c7 \u09b8\u09ae\u09be\u09b0\u09cd\u09a5\u0995 \u09b6\u09ac\u09cd\u09a6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09b2\u09c7\u0993 \u09aa\u09cd\u09b0\u0995\u09c3\u09a4\u09aa\u0995\u09cd\u09b7\u09c7 \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc \u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u0964
+. z \u098f\u09b0 \u0986\u09a8\u09c1\u09b8\u09be\u0999\u09cd\u0997\u09c0\u0995 \u09aa\u09cb\u09b2\u09be\u09b0 \u0995\u09cb-\u0985\u09b0\u09cd\u09a1\u09bf\u09a8\u09c7\u099f \u09a6\u09c1\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 r = -pipe-
+\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0
+\u09e7\u09ef\u09ed\u09e8 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 \u09a4\u09a6\u09be\u09a8\u09bf\u09a8\u09cd\u09a4\u09a8 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 \u09b8\u09b0\u09cd\u09ac\u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u09ae\u09c7\u0987\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
+\u099c\u09c0\u09ac \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09af\u09c7 \u09b6\u09be\u0996\u09be\u09af\u09bc \u099b\u09a4\u09cd\u09b0\u09be\u0995 \u0993 \u098f\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09bf\u0995 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09af\u09bc\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+\u09aa\u09be\u09a8\u09bf \u09a8\u09a6\u09c0 \u09a5\u09c7\u0995\u09c7 \u0989\u09a0\u09be\u09a8\u09cb \u09b9\u09a4\u09cb \u0995\u09af\u09bc\u09c7\u0995\u099f\u09bf \u09aa\u09c1\u09b0 \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u0993 \u09ac\u09be\u09b2\u099f\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09be\u09a8\u09bf \u09aa\u09b6\u09c1 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u099f\u09c7\u09a8\u09c7 \u09a4\u09cb\u09b2\u09be\u09b0 \u098f\u0995 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0964
+\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0989\u09aa\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u09b2\u09cb\u0995\u099c \u09a8\u09c3\u09a4\u09cd\u09af \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf \u0964
+\u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09a8\u09a4\u09ae \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0993 \u09aa\u09b0\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0986\u0995\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
+\u09e7\u09ef\u09ee\u09ef \u09b8\u09be\u09b2\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4 \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 \u099b\u09ac\u09bf\u099f\u09bf\u09a4\u09c7 \u09a4\u09be\u0981\u09b0 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf\u0995\u09c7 \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09a4\u09c7\u09b0 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3\u09c7\u09b0 \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7\u0987 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
+\u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09af\u09c7\u09ae\u09a8 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u098f\u09ac\u0982 \u09ae\u09cd\u09af\u09be\u0995 \u0993\u098f\u09b8 \u09b9\u09a4\u09c7 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8\u09ad\u09be\u09ac\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0964
+\u098f\u09b6\u09bf\u09af\u09bc\u09be \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0 & # 44 ;
+\u09ae\u09c1\u0995\u09cd\u09a4 \u09b8\u09cb\u09b0\u09cd\u09b8 \u09ac\u09be \u0993\u09aa\u09c7\u09a8 \u09b8\u09cb\u09b0\u09cd\u09b8 -lrb- open source -rrb- \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2\u09cb \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u09b8\u09ab\u099f\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0 \u098f\u09b0 \u09b8\u09cb\u09b0\u09cd\u09b8 \u0995\u09cb\u09a1 \u09ac\u09be \u09ae\u09c2\u09b2 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 \u09ad\u09be\u09b7\u09be\u0995\u09c7 \u09ae\u09c1\u0995\u09cd\u09a4 \u09ad\u09be\u09ac\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u0964
+\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a2\u09be\u0995\u09be
+\u09aa\u09cd\u09b0\u09a5\u09ae \u09ac\u09bf\u09b6\u09cd\u09ac\u09af\u09c1\u09a6\u09cd\u09a7\u09c7 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc \u0964
+\u09a4\u09ac\u09c7 \u098f \u09ac\u09bf\u09b7\u09af\u09bc\u099f\u09bf \u09ac\u09cb\u099d\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7\u0993 \u0997\u09ac\u09c7\u09b7\u09a3\u09be \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u099b\u09c7 \u0964
+\u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
+\u09a4\u09be\u0995\u09c7 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09ac\u09be\u09b9\u09bf\u09a8\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09a8\u09ab\u09bf\u099f \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
+\u09ad\u09c1\u099f\u09cd\u099f\u09cb \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f \u0995\u09b0\u09be\u09b0 \u09b9\u09c1\u09ae\u0995\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8 \u09af\u09c7 \u0987\u09af\u09bc\u09be\u09b9\u09bf\u09af\u09bc\u09be \u0996\u09be\u09a8 \u09ae\u09c1\u099c\u09bf\u09ac\u0995\u09c7 \u09b8\u09b0\u0995\u09be\u09b0 \u0997\u09a0\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b9\u09cd\u09ac\u09be\u09a8 \u099c\u09be\u09a8\u09be\u09b2\u09c7 \u09a4\u09bf\u09a8\u09bf \u09b8\u09c7 \u09b8\u09b0\u0995\u09be\u09b0\u0995\u09c7 \u09ae\u09c7\u09a8\u09c7 \u09a8\u09c7\u09ac\u09c7\u09a8 \u09a8\u09be \u0964
+\u0986\u09b0 computer \u09b6\u09ac\u09cd\u09a6\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 \u09af\u09a8\u09cd\u09a4\u09cd\u09b0 \u0964
+\u09e7\u09ed\u09ed\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09ea \u099c\u09c1\u09b2\u09be\u0987 \u098f\u0987 \u0989\u09aa\u09a8\u09bf\u09ac\u09c7\u09b6\u0997\u09c1\u09b2\u09bf \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u0998\u09cb\u09b7\u09a3\u09be\u09aa\u09a4\u09cd\u09b0 \u099c\u09be\u09b0\u09bf \u0995\u09b0\u09c7 \u0964
+\u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf -lrb- \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u09ad\u09be\u09b7\u09be\u09af\u09bc : deutschland \u09a1\u09af\u09bc\u099a\u09cd \u200c \u09b2\u09be\u09a8\u09cd\u099f\u09cd \u200c \u0986-\u09a7\u09cd\u09ac-\u09ac : [ d\u0254\u028ft\u0283lant ] -rrb- \u09ae\u09a7\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
+\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09a7\u09b0\u09cd\u09ae \u0964
+\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0997\u09b2\u09a6\u09c7\u09b0 \u09b6\u09bf\u0995\u09cd\u09b7\u09be\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf \u099b\u09bf\u09b2 \u09a7\u09c0\u09b0 \u0964
+\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u0997\u09a8\u09c1 \u09ab\u09be\u0989\u09a8\u09cd\u09a1\u09c7\u09b6\u09a8
+\u0986\u09b0\u09cd\u09a5\u09bf\u0995 \u09a8\u09c0\u09a4\u09bf \u0993 \u09b0\u09be\u099c\u09b8\u09cd\u09ac \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 \u0987\u09b9\u09be \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09c7 \u0964
+\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 : \u09b9\u09af\u09bc\u09a4\u09cb \u09a4\u09cb\u09ae\u09be\u09b0 \u09aa\u09be\u09ac \u09a6\u09c7\u0996\u09be \u0993\u09b0\u09c7 \u098f \u0995\u09cb\u09a8 \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 \u0964
+\u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7\u09b0 \u09e8\u09e9 \u098f\u09aa\u09cd\u09b0\u09bf\u09b2 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09ce \u09ae\u09c3\u09a4\u09cd\u09af\u09c1\u09ac\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8 \u0964
+\u098f\u0987 \u09b8\u09ae\u09af\u09bc \u09a8\u099c\u09b0\u09c1\u09b2\u09c7\u09b0 \u09ae\u09c7\u09a1\u09bf\u0995\u09c7\u09b2 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u09ad\u09bf\u09af\u09bc\u09c7\u09a8\u09be\u09b0 \u09ac\u09bf\u0996\u09cd\u09af\u09be\u09a4 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
+\u0985\u09ad\u09bf\u09a8\u09af\u09bc \u099b\u09be\u09a1\u09bc\u09be\u0993 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09b0\u09be\u09a8\u09c0 \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09be\u09a4\u09ac\u09cd\u09af \u09b8\u0982\u09b8\u09cd\u09a5\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09c1\u0995\u09cd\u09a4 \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 \u0964
+\u09ac\u09be\u0982\u09b2\u09be \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u098f\u09ac\u0982 \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf\u09a4\u09c7 \u09a4\u09be\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u0985\u09ac\u09a6\u09be\u09a8\u09c7\u09b0 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa \u09e7\u09ef\u09ed\u09ea \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ef \u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09a2\u09be\u0995\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09bf\u09a6\u09cd\u09af\u09be\u09b2\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8\u09b8\u09c2\u099a\u0995 \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 \u09ad\u09c2\u09b7\u09bf\u09a4 \u0995\u09b0\u09c7 \u0964
+\u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u09a6\u09c1\u09b0\u09cd\u0997\u09be\u09aa\u09c2\u099c\u09be \u09b6\u09b9\u09b0\u09c7\u09b0 \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09b0\u09cd\u09af\u099f\u09a8 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 \u09ac\u099f\u09c7 \u0964
+\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09b9\u09c1 \u09b2\u0995\u09cd\u09b7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u0993 \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf\u09a4\u09c7 \u0985\u09ad\u09bf\u09ac\u09be\u09b8\u09c0 \u09b9\u0993\u09af\u09bc\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09b2\u09c7 \u09e7\u09ef\u09ec\u09e7 \u09b8\u09be\u09b2\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b8\u09b0\u0995\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09b2\u09bf\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09b0 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09c7\u09af\u09bc \u098f\u09ac\u0982 \u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be\u09a8\u09cd\u09a4 \u099c\u09cb\u09b0\u09a6\u09be\u09b0 \u0995\u09b0\u09c7 \u0964
+\u09aa\u09cd\u09b0\u09a5\u09ae\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 \u099b\u09ac\u09bf\u099f\u09bf\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 \u09aa\u09cd\u09b0\u09a5\u09ae \u09b8\u09be\u09a4 \u09ae\u09bf\u09a8\u09bf\u099f \u09af\u09be \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf \u099c\u09c0\u09ac\u09a8 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7 \u098f\u09ac\u0982 \u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc\u099f\u09bf \u09b9\u09b2 & quot ; \u09ac\u09be\u0997\u09be\u09a8\u09c7\u09b0 \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af & quot ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09be\u09b0 \u09ad\u09be\u09b2\u09ac\u09be\u09b8\u09be\u09b0 \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf \u09b9\u09af\u09bc \u0964
+\u09e7\u09ee \u09b6\u09a4\u0995\u09c7\u09b0 \u098f\u0995\u09a6\u09b2 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 \u0993 \u09b2\u09c7\u0996\u0995 \u0986\u09af\u09bc \u0993 \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09a7\u09be\u09b0\u09be\u09b0 \u0989\u09a8\u09cd\u09a8\u09af\u09bc\u09a8 \u0998\u099f\u09be\u09a8 \u0964
+\u09af\u09cb\u09a8\u09c0\u09a4\u09c7 \u09b2\u09bf\u0999\u09cd\u0997 \u09aa\u09cd\u09b0\u09ac\u09bf\u09b7\u09cd\u099f\u0995\u09b0\u09a3\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0995\u09be\u09ae\u09cb\u09a6\u09cd\u09a6\u09c0\u09aa\u0995 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b6\u09c3\u0999\u09cd\u0997\u09be\u09b0 \u0964
+\u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 \u09ae\u09be\u099d\u09c7\u0987 \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09c7\u09a4 \u09af\u09be \u0995\u09bf\u09a8\u09be \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 \u0986\u0995\u09cd\u09b0\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09a4 \u0964
+\u098f\u0997\u09c1\u09b2\u09bf \u098f\u0995\u098f \u09b9\u09af\u09bc\u09c7 mycelium \u0997\u09a0\u09a8 \u0995\u09b0\u09c7 \u0964
+\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
+\u09b2\u09bf\u0999\u09cd\u0997
+\u098f\u0987 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b0\u09be\u0997\u09ae\u09cb\u099a\u09a8 -lrb- \u0985\u09a8\u0997\u09cd\u09af\u09be\u099c\u09ae -rrb- \u0964
+\u0987\u09a4\u09bf\u09b9\u09be\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09b0\u09cd\u09ac\u09c7 \u098f\u0996\u09be\u09a8\u09c7\u0987 \u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u09ac\u09bf\u09b6\u09be\u09b2\u09be\u0995\u09be\u09b0 \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b8\u09be\u09ae\u09cd\u09b0\u09be\u099c\u09cd\u09af \u0964
+\u09ac\u09cd\u09af\u09be\u09b8\u09cd\u099f\u09bf\u0995 \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
+\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b0\u09c2\u09aa \u09b9\u09b2 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u0964
+\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7\u09b0 \u0985\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u09b8\u09b0\u0995\u09be\u09b0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnDecodingTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnDecodingTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnDecodingTest.java
index b4b68fa..8ad98db 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnDecodingTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnDecodingTest.java
@@ -48,11 +48,11 @@ public class BnEnDecodingTest {
   @DataProvider(name = "testFiles")
   public Object[][] lmFiles() {
     return new Object[][]{
-      {"BnEnHieroTest.conf", "BnEnHiero.in", "BnEnHieroTest.gold"},
-      {"BnEnBerkeleyLMTest.conf", "BnEnHiero.in", "BnEnBerkeleyLMTest.gold"},
-      {"BnEnClassLMTest.conf" , "BnEnHiero.in", "BnEnClassLMTest.gold"},
-//      {"BnEnPackedTest.conf", "BnEn.in", "BnEnPackedTest.gold"},
-//      {"BnEnSAMTTest.conf", "BnEn.in", "BnEnSAMTTest.gold"}
+      {"BnEnHieroTest.conf", "BnEn.in", "BnEnHieroTest.gold"},
+      {"BnEnBerkeleyLMTest.conf", "BnEn.in", "BnEnBerkeleyLMTest.gold"},
+      {"BnEnClassLMTest.conf" , "BnEn.in", "BnEnClassLMTest.gold"},
+      {"BnEnPackedTest.conf", "BnEn.in", "BnEnPackedTest.gold"},
+      {"BnEnSAMTTest.conf", "BnEn.in", "BnEnSAMTTest.gold"}
       };
   }
   
@@ -79,6 +79,11 @@ public class BnEnDecodingTest {
 
     // Then
     List<String> goldStrings = loadStringsFromFile(this.getClass().getResource(goldFile).getFile());
+
+//    System.err.println("\n\n\nTEST OUTPUT");
+//    for (String line: decodedStrings)
+//      System.err.println(line);
+
     assertEquals(decodedStrings, goldStrings);
   }
 }

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHiero.in
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHiero.in b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHiero.in
deleted file mode 100644
index be6a92b..0000000
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnHiero.in
+++ /dev/null
@@ -1,100 +0,0 @@
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964
-\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u0995\u09be\u09b2\u09c7 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\u09b0 \u0989\u09a8\u09cd\u09a8\u09a4\u09bf \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
-\u098f \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u09af\u09c7 \u098f\u0987 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u09b9\u09ac\u09c7 \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 \u0964
-\u098f\u0995\u0987 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09b0 \u09ad\u09c2\u09ae\u09bf\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09ad\u09be\u09b7\u0993 \u09ae\u09c7\u09b2\u09c7 \u098f\u0987 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u09a5\u09c7\u0995\u09c7 \u0964
-\u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09ae\u09c1\u099c\u09bf\u09ac \u0993 \u09a4\u09be\u0981\u09b0 \u09a6\u09b2 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09b0\u09bf\u09b7\u09cd\u09a0\u09a4\u09be \u0985\u09b0\u09cd\u099c\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 \u09a4\u09be\u09b0 \u0995\u09be\u099c \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09c7\u09a4\u09c7 \u09a5\u09be\u0995\u09c7\u09a8 \u0964
-\u099f\u09be\u0995\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09be\u0993 \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 \u0993 \u0986\u09b0\u0993 \u0995\u09bf\u099b\u09c1 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 \u099a\u09b0\u09bf\u09a4\u09cd\u09b0 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09a4\u09ac\u09c7 \u098f\u0997\u09c1\u09b2\u09cb \u0996\u09c1\u09ac \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09af\u09bc \u0964
-\u0987\u09b9\u09be \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u09aa\u09cd\u09b0\u09c7\u0995\u09cd\u09b7\u09bf\u09a4\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u09b8\u09b9\u09bf\u09a4 \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u0997\u09cd\u09b0\u09b9\u09a8\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09bf\u09af\u09bc\u09ae \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7 \u0964
-\u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 \u09ac\u09be\u09ce\u09b8\u09b0\u09bf\u0995 \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf \u09ae\u09bf\u099f\u09be\u09b0
-\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 \u09b6\u09b9\u09b0\u09c7 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f \u09a6\u09b2\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u09a4\u09bf\u09a8\u09bf \u09ae\u09c2\u09b2 \u09ac\u0995\u09cd\u09a4\u09c3\u09a4\u09be -lrb- keynote speech -rrb- \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964
-\u099c\u09a8\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf\u09a4\u09c7 \u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ac\u09a8\u09cd\u099f\u09a8 \u09aa\u09c2\u09b0\u09cd\u09ac \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0985\u09a8\u09c1\u0995\u09c2\u09b2 \u09b9\u0993\u09af\u09bc\u09be\u09af\u09bc \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 & quot ; \u098f\u0995 \u0987\u0989\u09a8\u09bf\u099f \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac & quot ; \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u0985\u09ad\u09bf\u09a8\u09ac \u09a7\u09be\u09b0\u09a3\u09be\u09b0 \u09b8\u09c2\u09a4\u09cd\u09b0\u09aa\u09be\u09a4 \u0995\u09b0\u09c7 \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u09b8\u09ae\u0997\u09cd\u09b0 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09a6\u09c7\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c7\u099a\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac
-\u09ac\u09b9\u09bf\u0983\u09b8\u0982\u09af\u09cb\u0997 \u09b8\u09ae\u09c2\u09b9
-\u099f\u09be\u099f\u09be \u0995\u09ae\u09bf\u0989\u09a8\u09bf\u0995\u09c7\u09b6\u09a8\u09b8\u09c7\u09b0 \u09ac\u09bf\u09a6\u09c7\u09b6 \u09b8\u099e\u09cd\u099a\u09be\u09b0 \u09a8\u09bf\u0997\u09ae \u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1 \u09ad\u09ac\u09a8 \u098f\u099f\u09bf \u09b6\u09b9\u09b0\u09c7\u09b0 \u099f\u09c7\u09b2\u09bf\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u098f\u0995\u099f\u09bf \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0
-\u09a4\u09bf\u09a8\u09bf \u09b8\u09c7\u0987 \u09ac\u099b\u09b0\u09c7\u09b0 \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8\u09c7 \u099c\u09af\u09bc\u09c0 \u09b9\u09a8 \u098f\u09ac\u0982 \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09ea\u09ea\u09a4\u09ae \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09aa\u09a4\u09bf \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09a8 \u0964
-\u09ac\u09b9\u09c1 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf \u0997\u09a8\u09cd\u09a1\u09cb\u09af\u09bc\u09be\u09a8\u09be\u09af\u09bc \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be \u09a5\u09c7\u0995\u09c7 \u0989\u09a6\u09cd\u09ad\u09c1\u09a4 \u0964
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8\u09c7\u09b0 \u09b2\u09c7\u0996\u0995\u09a6\u09c7\u09b0 \u09b0\u099a\u09bf\u09a4 \u09a8\u09be\u099f\u0995 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u0997\u09b2\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u099a\u09bf\u09a4\u09cd\u09b0\u09a8\u09be\u099f\u09cd\u09af \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09a6\u09c3\u09a4 \u0964
-\u09e7\u09ef\u09e7\u09ef \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u098f\u099f\u09bf \u09b8\u0993\u0997\u09be\u09a4 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 \u099f\u09c7\u09a8\u09bf\u09b8 \u0985\u09cd\u09af\u09be\u09b8\u09cb\u09b8\u09bf\u09af\u09bc\u09c7\u09b6\u09a8 \u099f\u09cd\u09af\u09c1\u09b0\u09c7\u09b0 \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f \u0993\u09aa\u09c7\u09a8 \u09a8\u09c7\u09a4\u09be\u099c\u09bf \u0987\u09a8\u09cd\u09a1\u09cb\u09b0 \u09b8\u09cd\u099f\u09c7\u09a1\u09bf\u09af\u09bc\u09be\u09ae\u09c7 \u0986\u09af\u09bc\u09cb\u099c\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u098f\u0987 \u09b8\u09ae\u09cd\u09ad\u09be\u09ac\u09a8\u09be \u09a6\u09c2\u09b0\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a8\u09be\u09a8\u09be\u09ac\u09bf\u09a7 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ec\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09eb \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 \u0985\u09ab \u09a6\u09bf \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f \u09ac\u09cd\u09af\u09be\u0982\u0995\u09c7\u09b0 \u09b8\u09a6\u09b8\u09cd\u09af\u09aa\u09a6 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09cb\u09b7
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b0\u09be\u09af\u09bc\u09c7\u09b2 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0993 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b0\u0995\u09cd\u09b7\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c0 \u09a6\u09c7\u09b6 \u0964
-\u098f\u0987 \u09b9\u09b2 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4 \u0995\u09be\u09b2\u09cd\u09aa\u09a8\u09bf\u0995 \u098f\u0995\u0995 \u09af\u09be\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09a5\u09bf\u0993\u09b0\u09c0 \u09b8\u09ae\u09c1\u09b9 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f \u09a5\u09c7\u0995\u09c7 \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f\u09c7 \u0989\u09a8\u09cd\u09a8\u09c0\u09a4 \u09b9\u09af\u09bc \u0964
-& lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be & gt ;
-\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
-\u098f\u0987 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af \u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09bf\u09a4\u09be \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc \u09a8\u09be \u09ac\u09b0\u0982 \u09a4\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0964
-\u0995\u09c3\u09b7\u09bf \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a6\u09c7\u09b6 ; \u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af \u0993\u09af\u09bc\u09be\u0987\u09a8 \u09aa\u09a8\u09bf\u09b0 \u0993 \u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa \u0993 \u09b8\u09be\u09b0\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf \u0995\u09b0\u09c7 \u0964
-\u09a4\u09be\u09a6\u09c7\u09b0 \u0997\u09a3\u09bf\u09a4\u09c7 \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u09a7\u09be\u09a8\u09cd\u09af \u099b\u09bf\u09b2 \u0964
-\u09a6\u09c7\u09b6\u0997\u09c1\u09b2\u09cb \u09b9\u09b2\u09cb\u0983 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u09b9\u0982\u0995\u0982 \u099a\u09c0\u09a8 \u09ac\u09c7\u09b2\u099c\u09bf\u09af\u09bc\u09be\u09ae \u09b8\u09c1\u0987\u099c\u09be\u09b0\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09c0 \u09a1\u09c7\u09a8\u09ae\u09be\u09b0\u09cd\u0995 \u09b8\u09c1\u0987\u09a1\u09c7\u09a8 \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09bf\u09af\u09bc\u09be \u099a\u09c7\u0995\u09cb\u09b6\u09cd\u09b2\u09cb\u09ad\u09be\u0995\u09bf\u09af\u09bc\u09be \u0986\u09b0\u09cd\u099c\u09c7\u09a8\u09cd\u099f\u09bf\u09a8\u09be \u0987\u09a4\u09be\u09b2\u09bf \u09a8\u09b0\u0993\u09af\u09bc\u09c7 \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 \u09af\u09c1\u0997\u09cb\u09b6\u09cd\u09b2\u09be\u09ad\u09bf\u09af\u09bc\u09be \u09ac\u09c1\u09b2\u0997\u09c7\u09b0\u09bf\u09af\u09bc\u09be \u09b0\u09c1\u09ae\u09be\u09a8\u09bf\u09af\u09bc\u09be \u0997\u09cd\u09b0\u09c0\u09b8 \u09ae\u09bf\u09b6\u09b0 \u09b8\u09bf\u0999\u09cd\u0997\u09be\u09aa\u09c1\u09b0 \u0987\u09a8\u09cd\u09a6\u09cb\u09a8\u09c7\u09b6\u09bf\u09af\u09bc\u09be \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09aa\u09be\u09a8 \u09ac\u09be\u09b0\u09cd\u09ae\u09be \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09b8\u09cb\u09ad\u09bf\u09af\u09bc\u09c7\u099f \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u0987\u09b0\u09be\u09a8 \u0987\u09b0\u09be\u0995 \u0993 \u09b6\u09cd\u09b0\u09c0\u09b2\u0982\u0995\u09be \u0964
-\u098f\u0987 \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u098f\u0996\u09a8 \u09ac\u09cd\u09af\u09be\u0982\u0995 \u0985\u09ab \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u09a6\u09c7\u09b6\u099f\u09bf\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 \u0989\u09aa\u09b8\u09be\u0997\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u09a6\u09bf\u0995\u09c7 \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3\u09c7 \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3-\u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09a6\u09bf\u0995\u09c7 \u0986\u099f\u09b2\u09be\u09a8\u09cd\u099f\u09bf\u0995 \u09ae\u09b9\u09be\u09b8\u09be\u0997\u09b0 \u0964
-\u09a4\u09be\u099b\u09be\u09a1\u09bc\u09be \u098f \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09c7 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u099c\u09b0\u09c1\u09b0\u09bf \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 \u099c\u09be\u09a4\u09bf\u09b8\u0982\u0998\u09c7\u09b0 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u0964
-\u0995\u09be\u09b0\u09cd\u09b2 \u09ae\u09be\u09b0\u09cd\u0995\u09cd\u09b8\u09c7\u09b0 \u0995\u09be\u099c\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0987 \u0987\u09b9\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1 \u0995\u0996\u09a8\u0993 \u09aa\u09c1\u09b0\u09be\u09a3 \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u09ae\u09a7\u09cd\u09af\u09af\u09c1\u0997\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u09c7\u09ae\u0995\u09be\u09b9\u09bf\u09a8\u09bf\u0997\u09c1\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u0986\u09ac\u09be\u09b0 \u098f\u0995\u09be\u09b2\u09c7\u09b0 \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0993 \u09b0\u09be\u099c\u09a8\u09c8\u09a4\u09bf\u0995 \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0997\u09c3\u09b9\u09c0\u09a4 \u0964
-\u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09c7\u09b0 \u0989\u09aa\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09af\u09c7 \u09ac\u09af\u09bc\u09b8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u0997\u09c7\u099b\u09c7 \u09a4\u09be \u09b9\u09b2 \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09e7\u09e9.\u09ed � \u09e6.\u09e8 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8 \u09ac\u099b\u09b0 \u0964
-\u0995\u09be\u099b\u09c7\u0987 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09af\u09be \u0993\u0996\u099f\u09b8\u09cd\u0995 \u09b8\u09be\u0997\u09b0 \u0993 \u099c\u09be\u09aa\u09be\u09a8 \u09b8\u09be\u0997\u09b0\u09c7\u09b0 \u0985\u09aa\u09b0 \u09aa\u09be\u09b0\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u0997\u09cd\u09b0\u09a8\u09cd\u09a5\u09be\u0997\u09be\u09b0 \u09a6\u09c7\u09b6\u09c7\u09b0 \u0985\u0997\u09cd\u09b0\u09a3\u09c0 \u09aa\u09be\u09ac\u09b2\u09bf\u0995 \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf \u0964
-\u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 \u0995\u09bf \u09ae\u09c1\u09a8
-\u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u09b0\u099a\u09af\u09bc\u09bf\u09a4\u09be \u099b\u09bf\u09b2\u09c7\u09a8 \u098f\u09a8\u09cd\u09a1\u09cd\u09b0\u09c1 \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae \u098f\u0995 \u09aa\u09cd\u09b0\u0996\u09cd\u09af\u09be\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09a1\u09bf\u099c\u09be\u0987\u09a8 \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 \u0964
-\u09a6\u09cd\u09af \u099f\u09be\u0987\u09ae\u09cd \u200c \u09b8 \u0985\u09ab \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 \u09b2\u09c7\u0996\u09be \u09b9\u09af\u09bc \u09af\u09c7 & quot ; it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema & quot ; -lrb- \u201c \u098f\u0995\u09c7 \u0985\u09a8\u09cd\u09af \u09af\u09c7\u0995\u09cb\u09a8\u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09a4\u09c1\u09b2\u09a8\u09be \u0995\u09b0\u09be \u0985\u09ac\u09be\u09b8\u09cd\u09a4\u09ac ... \u09aa\u09a5\u09c7\u09b0 \u09aa\u09be\u0981\u099a\u09be\u09b2\u09c0 \u09b9\u09b2 \u09ac\u09bf\u09b6\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u201d -rrb- \u0964
-\u098f\u09b0\u09aa\u09b0 \u09e7\u09ef\u09eb\u09e9 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u09a8\u099c\u09b0\u09c1\u09b2 \u0993 \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a8\u09cd\u09a1\u09a8 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u0993 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09b8\u09ae\u09ad\u09c2\u09ae\u09bf ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u0986\u099b\u09c7 \u09b0\u09c1\u0995\u09cd\u09b7 \u09aa\u09be\u09b9\u09be\u09a1\u09bc \u0993 \u09aa\u09b0\u09cd\u09ac\u09a4 \u0964
-\u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
-\u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- \u09b6\u09be\u09b8\u09a8\u0995\u09be\u09b2\u09c7 \u09b6\u09b9\u09b0\u09c7\u09b0 \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ac\u09c3\u09a6\u09cd\u09a7\u09bf \u0998\u099f\u09c7\u099b\u09bf\u09b2 \u0964
-\u0985\u09a8\u09c7\u0995 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u0993 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b8\u09ae\u09be\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be \u0985\u09aa\u09b0\u09bf\u09b9\u09be\u09b0\u09cd\u09af
-\u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ab\u09b2\u09be\u09ab\u09b2 \u09b9\u09b2 \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u0995\u09be\u09b2\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u0985\u09a4\u09c0\u09a4 \u098f\u09ac\u0982 \u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09c3\u09a5\u0995 \u0964
-\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5 \u0985\u09ac\u09b6\u09cd\u09af \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0964
-\u09b6\u09cd\u09b0\u09ae \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8 \u098f\u0995\u09b8\u09ae\u09af\u09bc \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0993 \u0985\u0997\u09cd\u09b0\u0997\u09be\u09ae\u09c0 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09b6\u0995\u09cd\u09a4\u09bf \u099b\u09bf\u09b2 \u0964
-\u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u098f\u09ac\u0982 \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 \u09ac\u09c8\u09b7\u09ae\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09be\u09a6 \u0993 \u09ac\u09be\u0999\u09be\u09b2\u09bf\u09a6\u09c7\u09b0 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u09aa\u09a5\u09c7 \u09a7\u09be\u09ac\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09bf\u09a8\u09bf \u09ac\u09cd\u09af\u09be\u09aa\u0995\u09ad\u09be\u09ac\u09c7 \u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09bf\u09a4 \u0964
-\u098f\u0996\u09be\u09a8\u09c7 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8 \u09af\u09c7 \u0985\u09a8\u09c7\u0995\u09c7 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09a8\u09c7\u099f \u098f\u09ac\u0982 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u0993\u09af\u09bc\u09be\u0987\u09a1 \u0993\u09af\u09bc\u09c7\u09ac\u0995\u09c7 \u09b8\u09ae\u09be\u09b0\u09cd\u09a5\u0995 \u09b6\u09ac\u09cd\u09a6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09b2\u09c7\u0993 \u09aa\u09cd\u09b0\u0995\u09c3\u09a4\u09aa\u0995\u09cd\u09b7\u09c7 \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc \u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u0964
-. z \u098f\u09b0 \u0986\u09a8\u09c1\u09b8\u09be\u0999\u09cd\u0997\u09c0\u0995 \u09aa\u09cb\u09b2\u09be\u09b0 \u0995\u09cb-\u0985\u09b0\u09cd\u09a1\u09bf\u09a8\u09c7\u099f \u09a6\u09c1\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 r = -pipe-
-\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0
-\u09e7\u09ef\u09ed\u09e8 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 \u09a4\u09a6\u09be\u09a8\u09bf\u09a8\u09cd\u09a4\u09a8 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 \u09b8\u09b0\u09cd\u09ac\u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u09ae\u09c7\u0987\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u099c\u09c0\u09ac \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09af\u09c7 \u09b6\u09be\u0996\u09be\u09af\u09bc \u099b\u09a4\u09cd\u09b0\u09be\u0995 \u0993 \u098f\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09bf\u0995 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09af\u09bc\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
-\u09aa\u09be\u09a8\u09bf \u09a8\u09a6\u09c0 \u09a5\u09c7\u0995\u09c7 \u0989\u09a0\u09be\u09a8\u09cb \u09b9\u09a4\u09cb \u0995\u09af\u09bc\u09c7\u0995\u099f\u09bf \u09aa\u09c1\u09b0 \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u0993 \u09ac\u09be\u09b2\u099f\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09be\u09a8\u09bf \u09aa\u09b6\u09c1 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u099f\u09c7\u09a8\u09c7 \u09a4\u09cb\u09b2\u09be\u09b0 \u098f\u0995 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0989\u09aa\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u09b2\u09cb\u0995\u099c \u09a8\u09c3\u09a4\u09cd\u09af \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf \u0964
-\u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09a8\u09a4\u09ae \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0993 \u09aa\u09b0\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0986\u0995\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ee\u09ef \u09b8\u09be\u09b2\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4 \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 \u099b\u09ac\u09bf\u099f\u09bf\u09a4\u09c7 \u09a4\u09be\u0981\u09b0 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf\u0995\u09c7 \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09a4\u09c7\u09b0 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3\u09c7\u09b0 \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7\u0987 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09af\u09c7\u09ae\u09a8 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u098f\u09ac\u0982 \u09ae\u09cd\u09af\u09be\u0995 \u0993\u098f\u09b8 \u09b9\u09a4\u09c7 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8\u09ad\u09be\u09ac\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0964
-\u098f\u09b6\u09bf\u09af\u09bc\u09be \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0 & # 44 ;
-\u09ae\u09c1\u0995\u09cd\u09a4 \u09b8\u09cb\u09b0\u09cd\u09b8 \u09ac\u09be \u0993\u09aa\u09c7\u09a8 \u09b8\u09cb\u09b0\u09cd\u09b8 -lrb- open source -rrb- \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2\u09cb \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u09b8\u09ab\u099f\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0 \u098f\u09b0 \u09b8\u09cb\u09b0\u09cd\u09b8 \u0995\u09cb\u09a1 \u09ac\u09be \u09ae\u09c2\u09b2 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 \u09ad\u09be\u09b7\u09be\u0995\u09c7 \u09ae\u09c1\u0995\u09cd\u09a4 \u09ad\u09be\u09ac\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a2\u09be\u0995\u09be
-\u09aa\u09cd\u09b0\u09a5\u09ae \u09ac\u09bf\u09b6\u09cd\u09ac\u09af\u09c1\u09a6\u09cd\u09a7\u09c7 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc \u0964
-\u09a4\u09ac\u09c7 \u098f \u09ac\u09bf\u09b7\u09af\u09bc\u099f\u09bf \u09ac\u09cb\u099d\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7\u0993 \u0997\u09ac\u09c7\u09b7\u09a3\u09be \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u099b\u09c7 \u0964
-\u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
-\u09a4\u09be\u0995\u09c7 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09ac\u09be\u09b9\u09bf\u09a8\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09a8\u09ab\u09bf\u099f \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u09ad\u09c1\u099f\u09cd\u099f\u09cb \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f \u0995\u09b0\u09be\u09b0 \u09b9\u09c1\u09ae\u0995\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8 \u09af\u09c7 \u0987\u09af\u09bc\u09be\u09b9\u09bf\u09af\u09bc\u09be \u0996\u09be\u09a8 \u09ae\u09c1\u099c\u09bf\u09ac\u0995\u09c7 \u09b8\u09b0\u0995\u09be\u09b0 \u0997\u09a0\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b9\u09cd\u09ac\u09be\u09a8 \u099c\u09be\u09a8\u09be\u09b2\u09c7 \u09a4\u09bf\u09a8\u09bf \u09b8\u09c7 \u09b8\u09b0\u0995\u09be\u09b0\u0995\u09c7 \u09ae\u09c7\u09a8\u09c7 \u09a8\u09c7\u09ac\u09c7\u09a8 \u09a8\u09be \u0964
-\u0986\u09b0 computer \u09b6\u09ac\u09cd\u09a6\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 \u09af\u09a8\u09cd\u09a4\u09cd\u09b0 \u0964
-\u09e7\u09ed\u09ed\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09ea \u099c\u09c1\u09b2\u09be\u0987 \u098f\u0987 \u0989\u09aa\u09a8\u09bf\u09ac\u09c7\u09b6\u0997\u09c1\u09b2\u09bf \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u0998\u09cb\u09b7\u09a3\u09be\u09aa\u09a4\u09cd\u09b0 \u099c\u09be\u09b0\u09bf \u0995\u09b0\u09c7 \u0964
-\u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf -lrb- \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u09ad\u09be\u09b7\u09be\u09af\u09bc : deutschland \u09a1\u09af\u09bc\u099a\u09cd \u200c \u09b2\u09be\u09a8\u09cd\u099f\u09cd \u200c \u0986-\u09a7\u09cd\u09ac-\u09ac : [ d\u0254\u028ft\u0283lant ] -rrb- \u09ae\u09a7\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09a7\u09b0\u09cd\u09ae \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0997\u09b2\u09a6\u09c7\u09b0 \u09b6\u09bf\u0995\u09cd\u09b7\u09be\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf \u099b\u09bf\u09b2 \u09a7\u09c0\u09b0 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u0997\u09a8\u09c1 \u09ab\u09be\u0989\u09a8\u09cd\u09a1\u09c7\u09b6\u09a8
-\u0986\u09b0\u09cd\u09a5\u09bf\u0995 \u09a8\u09c0\u09a4\u09bf \u0993 \u09b0\u09be\u099c\u09b8\u09cd\u09ac \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 \u0987\u09b9\u09be \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09c7 \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 : \u09b9\u09af\u09bc\u09a4\u09cb \u09a4\u09cb\u09ae\u09be\u09b0 \u09aa\u09be\u09ac \u09a6\u09c7\u0996\u09be \u0993\u09b0\u09c7 \u098f \u0995\u09cb\u09a8 \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 \u0964
-\u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7\u09b0 \u09e8\u09e9 \u098f\u09aa\u09cd\u09b0\u09bf\u09b2 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09ce \u09ae\u09c3\u09a4\u09cd\u09af\u09c1\u09ac\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8 \u0964
-\u098f\u0987 \u09b8\u09ae\u09af\u09bc \u09a8\u099c\u09b0\u09c1\u09b2\u09c7\u09b0 \u09ae\u09c7\u09a1\u09bf\u0995\u09c7\u09b2 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u09ad\u09bf\u09af\u09bc\u09c7\u09a8\u09be\u09b0 \u09ac\u09bf\u0996\u09cd\u09af\u09be\u09a4 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u0985\u09ad\u09bf\u09a8\u09af\u09bc \u099b\u09be\u09a1\u09bc\u09be\u0993 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09b0\u09be\u09a8\u09c0 \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09be\u09a4\u09ac\u09cd\u09af \u09b8\u0982\u09b8\u09cd\u09a5\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09c1\u0995\u09cd\u09a4 \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 \u0964
-\u09ac\u09be\u0982\u09b2\u09be \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u098f\u09ac\u0982 \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf\u09a4\u09c7 \u09a4\u09be\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u0985\u09ac\u09a6\u09be\u09a8\u09c7\u09b0 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa \u09e7\u09ef\u09ed\u09ea \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ef \u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09a2\u09be\u0995\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09bf\u09a6\u09cd\u09af\u09be\u09b2\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8\u09b8\u09c2\u099a\u0995 \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 \u09ad\u09c2\u09b7\u09bf\u09a4 \u0995\u09b0\u09c7 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u09a6\u09c1\u09b0\u09cd\u0997\u09be\u09aa\u09c2\u099c\u09be \u09b6\u09b9\u09b0\u09c7\u09b0 \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09b0\u09cd\u09af\u099f\u09a8 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 \u09ac\u099f\u09c7 \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09b9\u09c1 \u09b2\u0995\u09cd\u09b7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u0993 \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf\u09a4\u09c7 \u0985\u09ad\u09bf\u09ac\u09be\u09b8\u09c0 \u09b9\u0993\u09af\u09bc\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09b2\u09c7 \u09e7\u09ef\u09ec\u09e7 \u09b8\u09be\u09b2\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b8\u09b0\u0995\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09b2\u09bf\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09b0 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09c7\u09af\u09bc \u098f\u09ac\u0982 \u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be\u09a8\u09cd\u09a4 \u099c\u09cb\u09b0\u09a6\u09be\u09b0 \u0995\u09b0\u09c7 \u0964
-\u09aa\u09cd\u09b0\u09a5\u09ae\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 \u099b\u09ac\u09bf\u099f\u09bf\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 \u09aa\u09cd\u09b0\u09a5\u09ae \u09b8\u09be\u09a4 \u09ae\u09bf\u09a8\u09bf\u099f \u09af\u09be \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf \u099c\u09c0\u09ac\u09a8 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7 \u098f\u09ac\u0982 \u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc\u099f\u09bf \u09b9\u09b2 & quot ; \u09ac\u09be\u0997\u09be\u09a8\u09c7\u09b0 \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af & quot ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09be\u09b0 \u09ad\u09be\u09b2\u09ac\u09be\u09b8\u09be\u09b0 \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf \u09b9\u09af\u09bc \u0964
-\u09e7\u09ee \u09b6\u09a4\u0995\u09c7\u09b0 \u098f\u0995\u09a6\u09b2 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 \u0993 \u09b2\u09c7\u0996\u0995 \u0986\u09af\u09bc \u0993 \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09a7\u09be\u09b0\u09be\u09b0 \u0989\u09a8\u09cd\u09a8\u09af\u09bc\u09a8 \u0998\u099f\u09be\u09a8 \u0964
-\u09af\u09cb\u09a8\u09c0\u09a4\u09c7 \u09b2\u09bf\u0999\u09cd\u0997 \u09aa\u09cd\u09b0\u09ac\u09bf\u09b7\u09cd\u099f\u0995\u09b0\u09a3\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0995\u09be\u09ae\u09cb\u09a6\u09cd\u09a6\u09c0\u09aa\u0995 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b6\u09c3\u0999\u09cd\u0997\u09be\u09b0 \u0964
-\u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 \u09ae\u09be\u099d\u09c7\u0987 \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09c7\u09a4 \u09af\u09be \u0995\u09bf\u09a8\u09be \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 \u0986\u0995\u09cd\u09b0\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09a4 \u0964
-\u098f\u0997\u09c1\u09b2\u09bf \u098f\u0995\u098f \u09b9\u09af\u09bc\u09c7 mycelium \u0997\u09a0\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u09b2\u09bf\u0999\u09cd\u0997
-\u098f\u0987 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b0\u09be\u0997\u09ae\u09cb\u099a\u09a8 -lrb- \u0985\u09a8\u0997\u09cd\u09af\u09be\u099c\u09ae -rrb- \u0964
-\u0987\u09a4\u09bf\u09b9\u09be\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09b0\u09cd\u09ac\u09c7 \u098f\u0996\u09be\u09a8\u09c7\u0987 \u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u09ac\u09bf\u09b6\u09be\u09b2\u09be\u0995\u09be\u09b0 \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b8\u09be\u09ae\u09cd\u09b0\u09be\u099c\u09cd\u09af \u0964
-\u09ac\u09cd\u09af\u09be\u09b8\u09cd\u099f\u09bf\u0995 \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b0\u09c2\u09aa \u09b9\u09b2 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u0964
-\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7\u09b0 \u0985\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u09b8\u09b0\u0995\u09be\u09b0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
new file mode 100644
index 0000000..11b8756
--- /dev/null
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.conf
@@ -0,0 +1,43 @@
+mark_oovs = false
+default_non_terminal = OOV
+goalSymbol = GOAL
+num_translation_options = 0
+pop_limit = 10
+use_unique_nbest = true
+top_n = 10
+output_format = "%c %s"
+
+feature_functions = [
+  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/packed/lm.gz }
+  { class = OOVPenalty }
+  { class = WordPenalty }
+]
+
+grammars = [
+  { owner = pt, path = src/test/resources/bn-en/packed/grammar.packed, rule_cache_size = 10000, class = PackedGrammar, span_limit = 12 }
+  { owner = glue, path = src/test/resources/bn-en/packed/grammar.glue, class = TextGrammar, span_limit = -1 }
+]
+
+weights = {
+  OOVPenalty = 1.0
+  WordPenalty = -3.0476045270236662
+  glue_0 = -1
+  lm_0 = 1.3200621467242506
+  pt_0 = -0.4571255198114019
+  pt_1 = 0.17399038425384106
+  pt_10 = -0.52186013168725
+  pt_11 = 0.7874679555197446
+  pt_12 = 0.03770136145251124
+  pt_13 = -0.37085201114442157
+  pt_14 = -0.34054825749510886
+  pt_15 = -0.008348471483412778
+  pt_16 = -0.7984119288127296
+  pt_2 = 0.784547842535801
+  pt_3 = -0.76254324621594
+  pt_4 = 0.8628695028838571
+  pt_5 = -0.04258438925263152
+  pt_6 = -0.5278815893934184
+  pt_7 = -0.9255662450788644
+  pt_8 = -0.03385066779097645
+  pt_9 = -0.9918446849428446
+}


[21/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.gold b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.gold
new file mode 100644
index 0000000..b15cb16
--- /dev/null
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnPackedTest.gold
@@ -0,0 +1,864 @@
+-230.669 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-230.837 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-231.593 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-231.977 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-232.054 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-232.473 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-26.695 in recent times of india with united states relationship between improved .
+-27.174 in recent times india with united states relationship between improved .
+-27.329 in recent times of india with the united states relationship between improved .
+-27.367 in recent times of india with united states relation between improved .
+-27.695 in recent times in india with united states relationship between improved .
+-27.807 in recent times india with the united states relationship between improved .
+-27.845 in recent times india with united states relation between improved .
+-28.000 in recent times of india with the united states relation between improved .
+-28.037 in recent times of india with united states relation improved .
+-28.367 in recent times in india with united states relation between improved .
+-12.270 mathematics is science language .
+-12.290 mathematics so science language .
+-14.648 mathematics hence science language .
+-14.684 mathematics that is why science language .
+-14.686 mathematics that science language .
+-14.843 mathematics is science languages .
+-14.864 mathematics so science languages .
+-14.908 mathematics is reasons language .
+-329.615 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-329.869 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.539 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.631 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.793 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.878 from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.886 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.119 from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.132 from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.188 from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-244.715 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .
+-244.892 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.063 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.074 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.208 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from .
+-245.411 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from .
+-245.823 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .
+-245.993 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to .
+-246.000 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-246.051 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the .
+-222.050 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .
+-223.836 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in .
+-224.380 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the .
+-224.789 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods .
+-224.989 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .
+-224.991 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . .
+-225.383 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of .
+-225.396 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , .
+-439.395 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .
+-439.526 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama .
+-440.155 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama .
+-440.188 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that .
+-440.260 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that .
+-440.280 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that .
+-440.347 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that .
+-440.391 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama .
+-440.410 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama .
+-440.477 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama .
+-252.348 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-252.542 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .
+-252.593 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-252.750 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these are very is not .
+-252.821 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .
+-252.996 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-253.469 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .
+-254.074 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very common not .
+-254.268 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very common not .
+-254.318 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very common not .
+-264.205 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.435 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.473 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.567 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.703 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.755 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.796 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.875 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .
+-264.985 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.988 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina .
+-324.551 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter
+-324.635 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter
+-324.722 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters
+-324.806 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters
+-326.046 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres
+-326.131 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres
+-327.121 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above
+-327.206 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above
+-675.013 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.262 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the .
+-675.282 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.530 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the .
+-675.766 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the .
+-675.800 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the .
+-675.864 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.940 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the .
+-676.015 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the .
+-676.035 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the .
+-199.891 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-199.915 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-199.968 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-199.992 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.147 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.171 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.224 population based on this distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.248 population based on this distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.372 population based on of power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.396 population based on of power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-113.022 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-113.373 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-113.486 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-115.266 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-115.559 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8
+-115.616 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-115.729 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-117.032 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is
+-6.764 external links of
+-7.040 relation with outside of
+-7.543 external link of
+-7.776 external communication of
+-8.099 external connections of
+-8.379 external connection of
+-8.600 external link by
+-8.928 external communication by
+-9.099 external links by
+-9.281 external connections by
+-160.634 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a is one of the main providers
+-160.757 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a is one of the main providers
+-161.062 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.185 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.594 tata communication overseas this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.614 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it is in the city telecommunication system is a is one of the main providers
+-161.737 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it is in the city telecommunication system is a is one of the main providers
+-161.868 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers
+-161.991 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers
+-161.994 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a one of the main providers
+-342.060 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .
+-342.499 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .
+-342.884 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as .
+-343.137 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as .
+-343.290 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as .
+-343.354 he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .
+-343.597 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as .
+-343.600 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states .
+-343.619 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as .
+-343.622 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .
+-337.568 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-337.736 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.457 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-338.537 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-338.625 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.705 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.832 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage
+-339.032 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-339.800 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage
+-146.351 britain writers written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-146.684 britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .
+-146.778 britain writers written drama novels stories and recently script in the \u0986\u09a6\u09c3\u09a4 .
+-147.082 britain writers written drama novels stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.110 britain writers of written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.111 britain writers written drama novels stories and recently script in \u0986\u09a6\u09c3\u09a4 .
+-147.171 britain writers written drama novels story and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.193 britain writers of the drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.213 britain writers of the play novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.233 britain writers written drama novel stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-29.082 1919 , on may month it saogat magazine was published in the .
+-29.173 1919 on may month it saogat magazine was published in the .
+-29.196 1919 , on may month it saogat magazine was published .
+-29.287 1919 on may month it saogat magazine was published .
+-29.459 1919 , on may month it is saogat magazine was published in the .
+-29.550 1919 on may month it is saogat magazine was published in the .
+-29.572 1919 , on may month it is saogat magazine was published .
+-29.663 1919 on may month it is saogat magazine was published .
+-29.879 1919 , on may month it saogat magazine was published in .
+-29.971 1919 on may month it saogat magazine was published in .
+-460.093 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.244 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.557 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.712 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.863 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-461.115 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.266 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.734 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.872 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the .
+-461.885 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-21.333 to prevent this several measures are taken .
+-23.640 to prevent this several measures are in the .
+-23.669 to prevent this several measures are the .
+-23.707 to prevent this several measures are .
+-24.099 to prevent this several measures are in .
+-24.504 to avoid this possibility several measures are taken .
+-342.312 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.432 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.506 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.592 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.627 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.668 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.787 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.948 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-343.049 \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-343.128 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in .
+-348.887 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-349.144 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+-349.389 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted .
+-349.516 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took .
+-349.627 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in .
+-350.110 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the .
+-350.210 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-350.262 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-350.466 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+-350.518 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+0.287 subject category : encyclopedia
+-0.402 subject class : encyclopedia
+-0.446 subject matter : encyclopedia
+-0.476 subject : encyclopedia
+-0.771 category : encyclopedia
+-136.247 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-136.623 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .
+-137.101 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country .
+-137.110 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .
+-138.471 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country .
+-138.812 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country .
+-138.964 russia france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-139.267 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of .
+-139.279 russia france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-139.340 russia france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .
+-155.661 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-155.793 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.117 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.225 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .
+-156.249 this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.297 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .
+-156.357 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .
+-156.402 this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.430 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .
+-156.753 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with .
+-21.727 <address>
+-126.861 " \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.198 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.412 " \u09a0\u09bf\u0995\u09be\u09a8\u09be >
+-127.534 < \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.749 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >
+0.260 september
+-3.522 september .
+-104.738 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
+-146.591 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-146.595 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-146.769 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-146.773 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-146.839 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.017 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-147.132 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.181 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.310 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-147.359 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-260.498 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-260.574 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-261.141 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-261.217 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-261.521 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-261.619 agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-262.127 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af why cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-262.147 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export of the .
+-262.163 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-262.170 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af of europe and in the whole world export .
+-118.675 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-119.589 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was .
+-119.755 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was .
+-119.974 in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.094 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was .
+-120.273 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.375 of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.399 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was .
+-120.487 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was .
+-567.758 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .
+-567.768 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .
+-568.152 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .
+-568.161 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .
+-568.499 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .
+-568.508 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .
+-568.892 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .
+-568.902 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .
+-569.253 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 of the soviet russia iran iraq and sri lanka .
+-569.262 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 of the soviet russia iran iraq and sri lanka .
+-119.423 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .
+-119.722 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .
+-119.957 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated .
+-120.301 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located .
+-120.554 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .
+-120.695 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .
+-120.727 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .
+-120.834 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located .
+-120.852 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .
+-121.016 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in .
+-458.709 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.196 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the side of atlantic ocean .
+-459.235 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the of atlantic ocean .
+-459.297 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.406 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the of the atlantic ocean .
+-459.447 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the side of the atlantic ocean .
+-459.508 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.586 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the the atlantic ocean .
+-459.698 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.707 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the on the atlantic ocean .
+-349.945 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.476 apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.589 apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.844 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.121 apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.262 apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.267 apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.327 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.427 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.449 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-129.293 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the .
+-130.169 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .
+-130.397 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the .
+-130.442 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by .
+-130.455 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the .
+-130.463 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the .
+-130.546 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the .
+-130.628 \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the .
+-130.739 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the .
+-131.107 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the .
+-164.027 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-164.878 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .
+-164.886 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted .
+-164.988 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.024 the subject of some puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.028 the subject of sometimes puran -lrb- from the sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.093 the subject of sometimes puran -lrb- from sometimes maintain love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.108 the subject of sometimes puran -lrb- from sometimes middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.123 the subject of sometimes puran -lrb- from sometimes in the middle age love story to sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.123 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted .
+-354.717 three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.390 three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.566 three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.918 three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.947 three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.235 three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.239 three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.484 three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.558 three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.591 three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-242.070 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.036 \u0995\u09be\u099b\u09c7\u0987 there are the east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.055 \u0995\u09be\u099b\u09c7\u0987 there are east russia which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.169 \u0995\u09be\u099b\u09c7\u0987 there are of east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.186 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in .
+-243.201 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .
+-243.233 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the .
+-243.342 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at .
+-243.364 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .
+-243.375 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in .
+-123.312 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-123.654 in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-123.951 in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-124.144 in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-124.779 in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.068 in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.571 in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.601 in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.684 in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-126.253 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . .
+-104.738 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-222.227 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon
+-222.626 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon
+-224.534 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon
+-225.003 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon
+-225.402 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon
+-226.183 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon
+-226.565 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon
+-226.669 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt
+-343.502 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.536 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.632 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.666 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.390 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.424 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.521 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.554 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.816 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae of a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.850 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae of a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-1735.945 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.149 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.151 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.297 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.355 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.363 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.461 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- .
+-1736.503 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.517 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.518 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-345.817 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-345.874 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-345.956 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.040 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.057 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.113 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.160 after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.195 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.217 after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.279 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-250.818 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-250.835 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.000 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.017 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.127 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.145 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.256 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.309 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.317 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.327 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-104.738 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
+-450.843 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo
+-450.967 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened
+-451.585 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo
+-451.690 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo
+-451.813 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened
+-452.090 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo
+-452.202 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened
+-452.213 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened
+-452.856 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo
+-452.980 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened
+-31.095 many important and real problem to solve complex number apariharza
+-31.408 many important and real problem to solve complex number extremely necessary
+-31.447 many important and real problem to solve complex number inevitable
+-31.534 many important and real problem to for complex number extremely necessary
+-31.572 many important and real problem to for complex number inevitable
+-31.603 many important and real problems to solve complex number apariharza
+-31.917 many important and real problems to solve complex number extremely necessary
+-31.920 in many important and real problem to solve complex number extremely necessary
+-31.955 many important and real problems to solve complex number inevitable
+-32.043 many important and real problems to for complex number extremely necessary
+-54.021 the big bang is a famous result are in the state of the universe so and the recent state from the separate .
+-54.128 the big bang is a famous result are in the state of the universe so and the recent situation from the separate .
+-54.222 the big bang is a famous result is in the state of the universe so and the recent state from the separate .
+-54.236 the big bang is a famous result are in the state of the universe so and recent state from the separate .
+-54.329 the big bang is a famous result is in the state of the universe so and the recent situation from the separate .
+-54.437 the big bang is a famous result is in the state of the universe so and recent state from the separate .
+-54.542 the big bang is a famous result are in the state so and the recent state from the separate .
+-54.649 the big bang is a famous result are in the state so and the recent situation from the separate .
+-54.730 the big bang is a famous result are in the state of the universe so and the recent state from the different .
+-54.743 the big bang is a famous result is in the state so and the recent state from the separate .
+-106.565 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-110.367 of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-113.483 the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-114.357 of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-209.243 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-223.409 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-223.899 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .
+-223.979 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .
+-224.217 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.221 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being .
+-224.482 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.552 rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.584 rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.720 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.729 rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-2.036 labor economy .
+-2.248 labour economics
+-2.358 labor economy
+-4.475 labor economics
+-4.807 labour economy
+-5.625 labor economy of
+-28.193 britain at the same time in the world of the and his economic power was .
+-28.201 britain at some point of time the world of the and his economic power was .
+-28.256 britain at the same time in the world of the main and his economic power was .
+-28.263 britain at some point of time the world of the main and his economic power was .
+-28.308 britain at some point of time the world the and his economic power was .
+-28.467 britain at some point of time in the world of the and his economic power was .
+-28.530 britain at some point of time in the world of the main and his economic power was .
+-28.540 britain at a time in the world of the and his economic power was .
+-28.715 britain at the same time in the world the and his economic power was .
+-29.089 britain at the same time in the world of the and his economical power was .
+-279.788 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.948 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.988 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.993 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.102 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.103 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.147 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.152 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.192 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.219 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-187.414 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.625 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.629 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.840 here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.840 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-187.927 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .
+-187.968 here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-188.050 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-188.055 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-188.063 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-38.983 . z is related polar co-ordinate two is r = .
+-39.102 . z is related polar co-ordinate two are r = .
+-39.400 . z its related polar co-ordinate two is r = .
+-39.519 . z its related polar co-ordinate two are r = .
+-39.683 . z it related polar co-ordinate two are r = .
+-39.693 . z it 's related polar co-ordinate two are r = .
+-39.807 . z the related polar co-ordinate two are r = .
+-40.038 . z is the related polar co-ordinate two is r = .
+-40.546 . z is the related polar co-ordinate two are r = .
+0.257 november
+-3.433 november .
+-5.024 november of
+-345.087 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.088 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.346 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.348 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.404 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.406 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.424 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be .
+-345.504 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.505 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.587 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-464.793 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.821 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.935 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.138 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.198 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.199 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.227 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.280 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.303 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-479.857 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method .
+-479.921 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method .
+-479.965 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method .
+-479.974 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method .
+-480.007 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method .
+-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method .
+-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method .
+-480.038 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method .
+-480.071 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method .
+-480.081 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method .
+-33.185 among these there tribal dance lokuj dance classical dance etc .
+-33.736 among these there are tribal dance lokuj dance classical dance etc .
+-33.778 among these there tribal dance influences impact dance classical dance etc .
+-33.936 among them are tribal dance lokuj dance classical dance etc .
+-34.329 among these there are tribal dance influences impact dance classical dance etc .
+-36.504 among these there tribal dance lokuj dance classical dance etc are .
+-37.055 among these there are tribal dance lokuj dance classical dance etc are .
+-37.097 among these there tribal dance influences impact dance classical dance etc are .
+-37.648 among these there are tribal dance influences impact dance classical dance etc are .
+-132.632 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .
+-132.742 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the .
+-132.785 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is .
+-133.224 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the .
+-133.319 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in .
+-133.334 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the .
+-133.376 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is .
+-133.443 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the .
+-133.812 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the .
+-133.910 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in .
+-699.161 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.174 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.330 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.343 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.580 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.725 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.727 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.739 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.749 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.773 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-110.735 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-111.085 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-111.198 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-114.066 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-115.120 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-116.452 the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-117.545 of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-133.431 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different .
+-133.448 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .
+-133.827 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different .
+-134.040 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate .
+-134.057 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate .
+-134.130 the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .
+-134.224 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different .
+-134.241 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different .
+-134.254 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different .
+-134.270 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different .
+-218.686 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,
+-219.408 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,
+-219.724 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,
+-220.516 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,
+-220.701 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,
+-220.728 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the
+-220.812 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and
+-221.449 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the
+-221.531 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in
+-221.534 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and
+-471.566 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.638 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.644 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.711 open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.716 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.717 open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.789 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.789 open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.794 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.850 open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-109.639 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka
+-110.190 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka
+-110.961 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka
+-111.512 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka
+-113.950 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-114.276 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .
+-114.953 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .
+-115.018 of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-115.280 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen .
+-115.333 the first world war german \u09b9\u09c7\u09b0\u09c7 can be .
+-115.345 of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .
+-115.434 the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be .
+-115.553 the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be .
+-115.694 first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-34.990 but this subject is to understand for even research to going on .
+-35.178 but this subject is to understand for even research progress going on .
+-35.277 but this subject is to understand for at present also research to going on .
+-35.392 but in this matter is to understand for even research to going on .
+-35.410 but this subject is to understand for today also research to going on .
+-35.464 but this subject is to understand for at present also research progress going on .
+-35.590 but in this subject is to understand for even research to going on .
+-35.623 but this subject is to understand for presently research to going on .
+-35.678 but in this matter is to understand for at present also research to going on .
+-35.785 but at this subject is to understand for even research to going on .
+-104.738 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
+-122.214 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.669 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.670 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.742 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.074 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the .
+-123.125 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-123.198 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.198 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.208 he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-123.629 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in .
+-490.659 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.760 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.761 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.816 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.834 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.917 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.918 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.935 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.936 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-491.127 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-220.733 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-220.783 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.198 and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.210 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.248 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.763 and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.835 and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.885 the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.886 and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-222.136 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines .
+-240.825 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.490 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf .
+-241.514 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf .
+-241.523 \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.562 \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.593 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf .
+-241.692 \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.990 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .
+-242.101 \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-242.148 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the .
+-463.441 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.480 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.735 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.735 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.763 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.916 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe .
+-463.955 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe .
+-463.993 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- of the is a country of europe .
+-464.030 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd the pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-464.032 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- of the is a country of europe .
+-113.803 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion .
+-113.989 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion .
+-115.327 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion .
+-116.365 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of .
+-116.551 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of .
+-116.584 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion .
+-116.600 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of .
+-116.786 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of .
+-325.728 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-326.536 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-326.920 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.161 but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.169 but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.194 but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.746 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow .
+-327.833 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down .
+-327.983 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow .
+-6.756 subject category : gnu foundation
+-7.225 subject class : the gnu foundation
+-7.445 subject class : gnu foundation
+-7.489 subject matter : gnu foundation
+-7.497 subject category : the gnu foundation
+-7.519 subject : gnu foundation
+-127.108 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-127.422 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-127.668 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-127.982 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-128.096 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-128.352 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .
+-128.370 financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-128.410 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-128.457 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study .
+-128.634 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .
+-344.127 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.164 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.184 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.221 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.265 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.302 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.321 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.359 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.464 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.471 among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-17.735 on 23rd april 1992 satyajit died .
+-18.257 on 23rd april 1992 satyajit expired .
+-19.284 on 23rd april 1992 satyajit passed away .
+-21.617 on 23rd april 1992 satyajit died . .
+-21.773 he died on 23rd april 1992 .
+-238.748 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-238.899 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.024 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.101 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.116 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send .
+-239.175 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.209 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.234 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.252 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.262 in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-347.110 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.165 acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.335 acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.592 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.594 acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.830 acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.893 acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-348.081 acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-348.245 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-349.825 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-368.897 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.012 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.196 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.213 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.296 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.384 the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.411 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.499 the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.595 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.612 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-136.580 in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-136.704 kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-136.923 kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-137.284 in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-137.331 in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.172 in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.296 kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.923 in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-64.035 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.412 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.422 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.469 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-65.162 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-66.368 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.416 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .
+-66.744 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.755 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.793 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .
+-911.467 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.583 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.624 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.740 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.746 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.823 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.862 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.904 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.975 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.980 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-261.213 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.415 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .
+-261.573 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .
+-261.583 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people .
+-261.743 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.775 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it .
+-261.841 the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.873 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.944 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .
+-261.946 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .
+-25.161 the arousal activities before penetrating male organ into vagina is called foreplay .
+-26.500 the arousal activities before penetrating male organ into vagina is called the foreplay .
+-27.117 the arousal activities before penetrating male organ into vagina is called as the foreplay .
+-27.359 the arousal activities before penetrating male organ into vagina is called as foreplay .
+-27.669 the arousal activities before penetrating male organ into vagina is called stimulation .
+-349.226 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.276 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.530 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .
+-349.560 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .
+-349.580 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .
+-349.585 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.610 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .
+-349.627 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.663 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.704 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-221.617 these are \u098f\u0995\u098f the mycelium structure .
+-221.656 these \u098f\u0995\u098f the mycelium structure .
+-221.769 these are \u098f\u0995\u098f to mycelium structure .
+-221.807 these \u098f\u0995\u098f to mycelium structure .
+-222.116 these are \u098f\u0995\u098f the mycelium formed the .
+-222.155 these \u098f\u0995\u098f the mycelium formed the .
+-222.250 these are \u098f\u0995\u098f the mycelium formed .
+-222.268 these are \u098f\u0995\u098f to mycelium formed the .
+-222.288 these \u098f\u0995\u098f the mycelium formed .
+-222.306 these \u098f\u0995\u098f to mycelium formed the .
+-8.527 russia at a democratic country .
+-8.727 russia is now a democratic country .
+-8.985 russia now a democratic country .
+-8.991 russia at present a democratic country .
+-9.259 russia is a democratic country .
+-9.330 russia at present is a democratic country .
+-4.520 penis
+-4.864 gender
+-5.566 sex
+-6.544 sexual organs
+-6.916 the
+-104.738 \u09b2\u09bf\u0999\u09cd\u0997
+-9.024 this state is called orgasm .
+-13.083 this state is called orgasm . .
+-37.091 history of different period here itself was established royal more than one empire .
+-37.533 history of different period here only was established royal more than one empire .
+-37.644 history of different period here only established in royal more than one empire .
+-37.659 history of different period here itself established in royal more than one empire .
+-37.716 history of different period here itself was established royal more empire .
+-37.750 history of different period here itself was established royal more than one kingdom .
+-37.861 history of different period here was established royal more than one empire .
+-37.954 history of different period here itself was established on royal more than one empire .
+-38.021 history of different period this was established royal more than one empire .
+-38.157 history of different period here only was established royal more empire .
+-2.135 micro economics
+-2.844 micro economics .
+-3.315 macro economics
+-5.518 micro economics of
+-6.060 micro economics in
+-32.828 the user to operating system the visible form of the computer interface .
+-33.055 the user to operating system of the visible form of the computer interface .
+-33.193 the user to operating system is the visible form of the computer interface .
+-33.225 the user to operating system most visible form of the computer interface .
+-33.243 the user to operating system is most visible form of the computer interface .
+-33.305 the user to operating system is visible form of the computer interface .
+-33.333 the user to operating system the most visible form of the computer interface .
+-33.773 the user to operating system the visible form of the computers interface .
+-33.823 user to operating system of the visible form of the computer interface .
+-33.992 user to operating system most visible form of the computer interface .
+-113.858 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government
+-114.293 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary bangladesh government
+-114.841 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 of temporary bangladesh government
+-116.570 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government of


[24/30] incubator-joshua git commit: updated test.

Posted by mj...@apache.org.
updated test.

I'm not sure I like the long parameter names (search_algorithm, maximum_sentence_length). It's good for descriptiveness but hopefully this will be self-documenting. Typing that is a bit of a pain on the command line...


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/a4667737
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/a4667737
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/a4667737

Branch: refs/heads/7_confsystem
Commit: a46677372de9e1f161afb5cb101aa5fb6e07a434
Parents: c762e4e
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 19:57:10 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:06:18 2016 +0200

----------------------------------------------------------------------
 .../apache/joshua/decoder/cky/TooLongTest.java  | 59 +++++++++-----------
 .../test/resources/decoder/too-long/output.gold |  4 --
 .../src/test/resources/decoder/too-long/test.sh | 36 ------------
 3 files changed, 27 insertions(+), 72 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a4667737/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
index ad7fb11..764800a 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
@@ -21,11 +21,17 @@ package org.apache.joshua.decoder.cky;
 import static org.apache.joshua.decoder.cky.TestUtil.translate;
 import static org.testng.Assert.assertEquals;
 
+import static com.typesafe.config.ConfigFactory.parseResources;
+import static com.typesafe.config.ConfigValueFactory.fromAnyRef;
+
 import org.apache.joshua.decoder.Decoder;
-import org.apache.joshua.decoder.JoshuaConfiguration;
 import org.testng.annotations.AfterMethod;
+import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigValueFactory;
+
 /**
  * Ensures that the decoder trims inputs when and only when it should
  */
@@ -39,43 +45,32 @@ public class TooLongTest {
   private static final String INPUT4 = "(((like each tucked string tells";
   private static final String GOLD4 = "|||  ||| 0.000";
 
-  private JoshuaConfiguration joshuaConfig;
   private Decoder decoder;
-
-  @Test
-  public void givenInput_whenMaxLen2_thenOutputCorrect() throws Exception {
-    setUp(2, false);
-    String output = translate(INPUT1, decoder, joshuaConfig);
-    assertEquals(output.trim(), GOLD1);
+  
+  @DataProvider(name = "params")
+  public Object[][] lmFiles() {
+    return new Object[][]{
+      {INPUT1, 2, false, GOLD1},
+      {INPUT2, 1, true, GOLD2},
+      {INPUT3, 8, false, GOLD3},
+      {INPUT4, 3, true, GOLD4}
+    };
   }
 
-  @Test
-  public void givenInput_whenMaxLen1AndLatticeDecoding_thenOutputCorrect() throws Exception {
-    setUp(1, true);
-    String output = translate(INPUT2, decoder, joshuaConfig);
-    assertEquals(output.trim(), GOLD2);
+  @Test(dataProvider = "params")
+  public void producesCorrectOutput(String input, int maxlen, boolean latticeDecoding, String gold) throws Exception {
+    setUp(maxlen, latticeDecoding);
+    String output = translate(input, decoder);
+    assertEquals(output.trim(), gold);
   }
 
-  @Test
-  public void givenInput_whenMaxLen8_thenOutputCorrect() throws Exception {
-    setUp(8, false);
-    String output = translate(INPUT3, decoder, joshuaConfig);
-    assertEquals(output.trim(), GOLD3);
-  }
-
-  @Test
-  public void givenInput_whenMaxLen3AndLatticeDecoding_thenOutputCorrect() throws Exception {
-    setUp(3, true);
-    String output = translate(INPUT4, decoder, joshuaConfig);
-    assertEquals(output.trim(), GOLD4);
-  }
+  private void setUp(int maxLen, boolean latticeDecoding) throws Exception {
+    Config config = Decoder.getDefaultFlags()
+        .withValue("output_format", ConfigValueFactory.fromAnyRef("%s ||| %f ||| %c"))
+        .withValue("maximum_sentence_length", ConfigValueFactory.fromAnyRef(maxLen))
+        .withValue("lattice_decoding", ConfigValueFactory.fromAnyRef(latticeDecoding));
 
-  public void setUp(int maxLen, boolean latticeDecoding) throws Exception {
-    joshuaConfig = new JoshuaConfiguration();
-    joshuaConfig.outputFormat = "%s ||| %f ||| %c";
-    joshuaConfig.maxlen = maxLen;
-    joshuaConfig.lattice_decoding = latticeDecoding;
-    decoder = new Decoder(joshuaConfig);
+    decoder = new Decoder(config);
   }
 
   @AfterMethod

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a4667737/joshua-core/src/test/resources/decoder/too-long/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/too-long/output.gold b/joshua-core/src/test/resources/decoder/too-long/output.gold
deleted file mode 100644
index 8773765..0000000
--- a/joshua-core/src/test/resources/decoder/too-long/output.gold
+++ /dev/null
@@ -1,4 +0,0 @@
-0 ||| as kingfishers ||| tm_glue_0=2.000 ||| 0.000
-0 ||| dragonflies ||| tm_glue_0=1.000 ||| 0.000
-0 ||| (((as tumbled over rim in roundy wells stones ||| tm_glue_0=8.000 ||| 0.000
-0 |||  |||  ||| 0.000

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a4667737/joshua-core/src/test/resources/decoder/too-long/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/too-long/test.sh b/joshua-core/src/test/resources/decoder/too-long/test.sh
deleted file mode 100755
index 9491fd7..0000000
--- a/joshua-core/src/test/resources/decoder/too-long/test.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-# Ensures that the decoder trims inputs when and only when it should
-
-(
-echo as kingfishers draw fire | $JOSHUA/bin/joshua -maxlen 2
-echo dragonflies draw flame | $JOSHUA/bin/joshua -maxlen 1 -lattice-decoding
-echo "(((as tumbled over rim in roundy wells stones ring" | $JOSHUA/bin/joshua -maxlen 8
-echo "(((like each tucked string tells" | $JOSHUA/bin/joshua -maxlen 3 -lattice-decoding
-) > output 2> log
-
-diff -u output output.gold > diff
-
-if [ $? -eq 0 ]; then
-    rm -f log output diff
-    exit 0
-else
-    exit 1
-fi


[27/30] incubator-joshua git commit: don't crash test

Posted by mj...@apache.org.
don't crash test


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/a47d7272
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/a47d7272
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/a47d7272

Branch: refs/heads/7_confsystem
Commit: a47d72725a8ca97ed48d9f8279a949982462f69b
Parents: c602ba5
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 22:19:14 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:19:14 2016 +0200

----------------------------------------------------------------------
 .../joshua/decoder/cky/DoNotCrashTest.java      | 89 +++++++++++---------
 .../src/test/resources/decoder/dont-crash/input | 10 ---
 .../test/resources/decoder/dont-crash/test.sh   | 29 -------
 3 files changed, 47 insertions(+), 81 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a47d7272/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DoNotCrashTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DoNotCrashTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DoNotCrashTest.java
index 4623040..2496a98 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DoNotCrashTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/DoNotCrashTest.java
@@ -1,62 +1,67 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license
+ * agreements. See the NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The ASF licenses this file to you 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
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
  */
 package org.apache.joshua.decoder.cky;
 
 import static org.apache.joshua.decoder.cky.TestUtil.decodeList;
-import static org.apache.joshua.decoder.cky.TestUtil.loadStringsFromFile;
 
 import java.io.IOException;
+import java.util.ArrayList;
 import java.util.List;
 
 import org.apache.joshua.decoder.Decoder;
-import org.apache.joshua.decoder.JoshuaConfiguration;
+
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigValueFactory;
+
+import static org.testng.Assert.assertEquals;
+
 public class DoNotCrashTest {
 
-	private JoshuaConfiguration joshuaConfig = null;
-	private Decoder decoder = null;
-
-	@BeforeMethod
-	public void setUp() throws Exception {
-		joshuaConfig = new JoshuaConfiguration();
-		decoder = new Decoder(joshuaConfig);
-	}
-
-	@AfterMethod
-	public void tearDown() throws Exception {
-		decoder.cleanUp();
-		decoder = null;
-	}
-
-	@Test
-	public void givenProblematicInput_whenDecoding_thenNoCrash() throws IOException {
-		// Given
-		List<String> inputStrings = loadStringsFromFile("src/test/resources/decoder/dont-crash/input");
-		
-		// When
-		decodeList(inputStrings, decoder, joshuaConfig);
-		
-		// Then
-		// Did not crash
-	}
+  private Decoder decoder = null;
+
+  private String[] NASTIES = { 
+      "[]", "[X]", "|||", "|", "(((", "|| | |", "|| |", "| asdf|", "||", "| ?| test" 
+  };
+
+  @BeforeMethod
+  public void setUp() throws Exception {
+    Config config = Decoder.getDefaultFlags()
+        .withValue("output_format", ConfigValueFactory.fromAnyRef("%s"));
+    decoder = new Decoder(config);
+  }
+
+  @AfterMethod
+  public void tearDown() throws Exception {
+    decoder.cleanUp();
+    decoder = null;
+  }
+
+  @Test
+  public void givenProblematicInput_whenDecoding_thenNoCrash() throws IOException {
+    List<String> inputs = new ArrayList<String>();
+    for (String nasty: this.NASTIES)
+      inputs.add(nasty);
+    
+    // When
+    List<String> outputs = decodeList(inputs, decoder);
 
+    // Then
+    assertEquals(outputs, inputs);
+  }
 }

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a47d7272/joshua-core/src/test/resources/decoder/dont-crash/input
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/dont-crash/input b/joshua-core/src/test/resources/decoder/dont-crash/input
deleted file mode 100644
index 7a8d05e..0000000
--- a/joshua-core/src/test/resources/decoder/dont-crash/input
+++ /dev/null
@@ -1,10 +0,0 @@
-[]
-[X]
-|||
-|
-(((
-|| | |
-|| |
-| asdf|
-||
-| ?| test

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a47d7272/joshua-core/src/test/resources/decoder/dont-crash/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/dont-crash/test.sh b/joshua-core/src/test/resources/decoder/dont-crash/test.sh
deleted file mode 100755
index 182ae82..0000000
--- a/joshua-core/src/test/resources/decoder/dont-crash/test.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input | $JOSHUA/bin/joshua-decoder -output-format %s > output 2> log
-
-diff -u output input > diff
-
-if [ $? -eq 0 ]; then
-    rm -f log output diff
-    exit 0
-else
-    exit 1
-fi


[02/30] incubator-joshua git commit: added rule_cache_size = 10000 to packed grammars (is this a good default?)

Posted by mj...@apache.org.
added rule_cache_size = 10000 to packed grammars (is this a good default?)


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/008f2f4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/008f2f4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/008f2f4a

Branch: refs/heads/7_confsystem
Commit: 008f2f4ad26cf9745b74f7b9933838a616cc177f
Parents: ffd9c5a
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 17:03:23 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 17:03:23 2016 +0200

----------------------------------------------------------------------
 scripts/compat/sevenize_my_conf_plz.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/008f2f4a/scripts/compat/sevenize_my_conf_plz.py
----------------------------------------------------------------------
diff --git a/scripts/compat/sevenize_my_conf_plz.py b/scripts/compat/sevenize_my_conf_plz.py
index 6f6db47..abff53c 100755
--- a/scripts/compat/sevenize_my_conf_plz.py
+++ b/scripts/compat/sevenize_my_conf_plz.py
@@ -35,6 +35,7 @@ def parse_args(line):
             if type == 'thrax' or type == 'hiero':
                 if os.path.isdir(val):
                     type = 'PackedGrammar'
+                    found['rule_cache_size'] = 10000
                 else:
                     type = 'TextGrammar'
 


[26/30] incubator-joshua git commit: cleanup

Posted by mj...@apache.org.
cleanup


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/c602ba5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/c602ba5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/c602ba5f

Branch: refs/heads/7_confsystem
Commit: c602ba5f368846554470ab2e753ea88e0183bde7
Parents: 7bbae72
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 22:19:00 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:19:00 2016 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c602ba5f/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
index 764800a..f46a6a1 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/TooLongTest.java
@@ -21,9 +21,6 @@ package org.apache.joshua.decoder.cky;
 import static org.apache.joshua.decoder.cky.TestUtil.translate;
 import static org.testng.Assert.assertEquals;
 
-import static com.typesafe.config.ConfigFactory.parseResources;
-import static com.typesafe.config.ConfigValueFactory.fromAnyRef;
-
 import org.apache.joshua.decoder.Decoder;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.DataProvider;


[18/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/class_lm_2gram.gz
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/class_lm_2gram.gz b/joshua-core/src/test/resources/bn-en/hiero/class_lm_2gram.gz
deleted file mode 100644
index 27b6d1a..0000000
Binary files a/joshua-core/src/test/resources/bn-en/hiero/class_lm_2gram.gz and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/input.bn
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/input.bn b/joshua-core/src/test/resources/bn-en/hiero/input.bn
deleted file mode 100644
index be6a92b..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/input.bn
+++ /dev/null
@@ -1,100 +0,0 @@
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964
-\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u0995\u09be\u09b2\u09c7 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\u09b0 \u0989\u09a8\u09cd\u09a8\u09a4\u09bf \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
-\u098f \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u09af\u09c7 \u098f\u0987 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u09b9\u09ac\u09c7 \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 \u0964
-\u098f\u0995\u0987 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09b0 \u09ad\u09c2\u09ae\u09bf\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09ad\u09be\u09b7\u0993 \u09ae\u09c7\u09b2\u09c7 \u098f\u0987 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u09a5\u09c7\u0995\u09c7 \u0964
-\u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09ae\u09c1\u099c\u09bf\u09ac \u0993 \u09a4\u09be\u0981\u09b0 \u09a6\u09b2 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09b0\u09bf\u09b7\u09cd\u09a0\u09a4\u09be \u0985\u09b0\u09cd\u099c\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 \u09a4\u09be\u09b0 \u0995\u09be\u099c \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09c7\u09a4\u09c7 \u09a5\u09be\u0995\u09c7\u09a8 \u0964
-\u099f\u09be\u0995\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09be\u0993 \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 \u0993 \u0986\u09b0\u0993 \u0995\u09bf\u099b\u09c1 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 \u099a\u09b0\u09bf\u09a4\u09cd\u09b0 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09a4\u09ac\u09c7 \u098f\u0997\u09c1\u09b2\u09cb \u0996\u09c1\u09ac \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09af\u09bc \u0964
-\u0987\u09b9\u09be \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u09aa\u09cd\u09b0\u09c7\u0995\u09cd\u09b7\u09bf\u09a4\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u09b8\u09b9\u09bf\u09a4 \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u0997\u09cd\u09b0\u09b9\u09a8\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09bf\u09af\u09bc\u09ae \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7 \u0964
-\u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 \u09ac\u09be\u09ce\u09b8\u09b0\u09bf\u0995 \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf \u09ae\u09bf\u099f\u09be\u09b0
-\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 \u09b6\u09b9\u09b0\u09c7 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f \u09a6\u09b2\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u09a4\u09bf\u09a8\u09bf \u09ae\u09c2\u09b2 \u09ac\u0995\u09cd\u09a4\u09c3\u09a4\u09be -lrb- keynote speech -rrb- \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964
-\u099c\u09a8\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf\u09a4\u09c7 \u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ac\u09a8\u09cd\u099f\u09a8 \u09aa\u09c2\u09b0\u09cd\u09ac \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0985\u09a8\u09c1\u0995\u09c2\u09b2 \u09b9\u0993\u09af\u09bc\u09be\u09af\u09bc \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 & quot ; \u098f\u0995 \u0987\u0989\u09a8\u09bf\u099f \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac & quot ; \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u0985\u09ad\u09bf\u09a8\u09ac \u09a7\u09be\u09b0\u09a3\u09be\u09b0 \u09b8\u09c2\u09a4\u09cd\u09b0\u09aa\u09be\u09a4 \u0995\u09b0\u09c7 \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u09b8\u09ae\u0997\u09cd\u09b0 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09a6\u09c7\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c7\u099a\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac
-\u09ac\u09b9\u09bf\u0983\u09b8\u0982\u09af\u09cb\u0997 \u09b8\u09ae\u09c2\u09b9
-\u099f\u09be\u099f\u09be \u0995\u09ae\u09bf\u0989\u09a8\u09bf\u0995\u09c7\u09b6\u09a8\u09b8\u09c7\u09b0 \u09ac\u09bf\u09a6\u09c7\u09b6 \u09b8\u099e\u09cd\u099a\u09be\u09b0 \u09a8\u09bf\u0997\u09ae \u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1 \u09ad\u09ac\u09a8 \u098f\u099f\u09bf \u09b6\u09b9\u09b0\u09c7\u09b0 \u099f\u09c7\u09b2\u09bf\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u098f\u0995\u099f\u09bf \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0
-\u09a4\u09bf\u09a8\u09bf \u09b8\u09c7\u0987 \u09ac\u099b\u09b0\u09c7\u09b0 \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8\u09c7 \u099c\u09af\u09bc\u09c0 \u09b9\u09a8 \u098f\u09ac\u0982 \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09ea\u09ea\u09a4\u09ae \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09aa\u09a4\u09bf \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09a8 \u0964
-\u09ac\u09b9\u09c1 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf \u0997\u09a8\u09cd\u09a1\u09cb\u09af\u09bc\u09be\u09a8\u09be\u09af\u09bc \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be \u09a5\u09c7\u0995\u09c7 \u0989\u09a6\u09cd\u09ad\u09c1\u09a4 \u0964
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8\u09c7\u09b0 \u09b2\u09c7\u0996\u0995\u09a6\u09c7\u09b0 \u09b0\u099a\u09bf\u09a4 \u09a8\u09be\u099f\u0995 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u0997\u09b2\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u099a\u09bf\u09a4\u09cd\u09b0\u09a8\u09be\u099f\u09cd\u09af \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09a6\u09c3\u09a4 \u0964
-\u09e7\u09ef\u09e7\u09ef \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u098f\u099f\u09bf \u09b8\u0993\u0997\u09be\u09a4 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 \u099f\u09c7\u09a8\u09bf\u09b8 \u0985\u09cd\u09af\u09be\u09b8\u09cb\u09b8\u09bf\u09af\u09bc\u09c7\u09b6\u09a8 \u099f\u09cd\u09af\u09c1\u09b0\u09c7\u09b0 \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f \u0993\u09aa\u09c7\u09a8 \u09a8\u09c7\u09a4\u09be\u099c\u09bf \u0987\u09a8\u09cd\u09a1\u09cb\u09b0 \u09b8\u09cd\u099f\u09c7\u09a1\u09bf\u09af\u09bc\u09be\u09ae\u09c7 \u0986\u09af\u09bc\u09cb\u099c\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u098f\u0987 \u09b8\u09ae\u09cd\u09ad\u09be\u09ac\u09a8\u09be \u09a6\u09c2\u09b0\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a8\u09be\u09a8\u09be\u09ac\u09bf\u09a7 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ec\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09eb \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 \u0985\u09ab \u09a6\u09bf \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f \u09ac\u09cd\u09af\u09be\u0982\u0995\u09c7\u09b0 \u09b8\u09a6\u09b8\u09cd\u09af\u09aa\u09a6 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09cb\u09b7
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b0\u09be\u09af\u09bc\u09c7\u09b2 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0993 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b0\u0995\u09cd\u09b7\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c0 \u09a6\u09c7\u09b6 \u0964
-\u098f\u0987 \u09b9\u09b2 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4 \u0995\u09be\u09b2\u09cd\u09aa\u09a8\u09bf\u0995 \u098f\u0995\u0995 \u09af\u09be\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09a5\u09bf\u0993\u09b0\u09c0 \u09b8\u09ae\u09c1\u09b9 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f \u09a5\u09c7\u0995\u09c7 \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f\u09c7 \u0989\u09a8\u09cd\u09a8\u09c0\u09a4 \u09b9\u09af\u09bc \u0964
-& lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be & gt ;
-\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
-\u098f\u0987 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af \u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09bf\u09a4\u09be \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc \u09a8\u09be \u09ac\u09b0\u0982 \u09a4\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0964
-\u0995\u09c3\u09b7\u09bf \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a6\u09c7\u09b6 ; \u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af \u0993\u09af\u09bc\u09be\u0987\u09a8 \u09aa\u09a8\u09bf\u09b0 \u0993 \u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa \u0993 \u09b8\u09be\u09b0\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf \u0995\u09b0\u09c7 \u0964
-\u09a4\u09be\u09a6\u09c7\u09b0 \u0997\u09a3\u09bf\u09a4\u09c7 \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u09a7\u09be\u09a8\u09cd\u09af \u099b\u09bf\u09b2 \u0964
-\u09a6\u09c7\u09b6\u0997\u09c1\u09b2\u09cb \u09b9\u09b2\u09cb\u0983 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u09b9\u0982\u0995\u0982 \u099a\u09c0\u09a8 \u09ac\u09c7\u09b2\u099c\u09bf\u09af\u09bc\u09be\u09ae \u09b8\u09c1\u0987\u099c\u09be\u09b0\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09c0 \u09a1\u09c7\u09a8\u09ae\u09be\u09b0\u09cd\u0995 \u09b8\u09c1\u0987\u09a1\u09c7\u09a8 \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09bf\u09af\u09bc\u09be \u099a\u09c7\u0995\u09cb\u09b6\u09cd\u09b2\u09cb\u09ad\u09be\u0995\u09bf\u09af\u09bc\u09be \u0986\u09b0\u09cd\u099c\u09c7\u09a8\u09cd\u099f\u09bf\u09a8\u09be \u0987\u09a4\u09be\u09b2\u09bf \u09a8\u09b0\u0993\u09af\u09bc\u09c7 \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 \u09af\u09c1\u0997\u09cb\u09b6\u09cd\u09b2\u09be\u09ad\u09bf\u09af\u09bc\u09be \u09ac\u09c1\u09b2\u0997\u09c7\u09b0\u09bf\u09af\u09bc\u09be \u09b0\u09c1\u09ae\u09be\u09a8\u09bf\u09af\u09bc\u09be \u0997\u09cd\u09b0\u09c0\u09b8 \u09ae\u09bf\u09b6\u09b0 \u09b8\u09bf\u0999\u09cd\u0997\u09be\u09aa\u09c1\u09b0 \u0987\u09a8\u09cd\u09a6\u09cb\u09a8\u09c7\u09b6\u09bf\u09af\u09bc\u09be \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099c\u09be\u09aa\u09be\u09a8 \u09ac\u09be\u09b0\u09cd\u09ae\u09be \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09b8\u09cb\u09ad\u09bf\u09af\u09bc\u09c7\u099f \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u0987\u09b0\u09be\u09a8 \u0987\u09b0\u09be\u0995 \u0993 \u09b6\u09cd\u09b0\u09c0\u09b2\u0982\u0995\u09be \u0964
-\u098f\u0987 \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u098f\u0996\u09a8 \u09ac\u09cd\u09af\u09be\u0982\u0995 \u0985\u09ab \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u09a6\u09c7\u09b6\u099f\u09bf\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 \u0989\u09aa\u09b8\u09be\u0997\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u09a6\u09bf\u0995\u09c7 \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3\u09c7 \u09ae\u09b0\u0995\u09cd\u0995\u09cb \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3-\u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09a6\u09bf\u0995\u09c7 \u0986\u099f\u09b2\u09be\u09a8\u09cd\u099f\u09bf\u0995 \u09ae\u09b9\u09be\u09b8\u09be\u0997\u09b0 \u0964
-\u09a4\u09be\u099b\u09be\u09a1\u09bc\u09be \u098f \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09c7 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u099c\u09b0\u09c1\u09b0\u09bf \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 \u099c\u09be\u09a4\u09bf\u09b8\u0982\u0998\u09c7\u09b0 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u0964
-\u0995\u09be\u09b0\u09cd\u09b2 \u09ae\u09be\u09b0\u09cd\u0995\u09cd\u09b8\u09c7\u09b0 \u0995\u09be\u099c\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0987 \u0987\u09b9\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1 \u0995\u0996\u09a8\u0993 \u09aa\u09c1\u09b0\u09be\u09a3 \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u09ae\u09a7\u09cd\u09af\u09af\u09c1\u0997\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u09c7\u09ae\u0995\u09be\u09b9\u09bf\u09a8\u09bf\u0997\u09c1\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0995\u0996\u09a8\u0993 \u0986\u09ac\u09be\u09b0 \u098f\u0995\u09be\u09b2\u09c7\u09b0 \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0993 \u09b0\u09be\u099c\u09a8\u09c8\u09a4\u09bf\u0995 \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0997\u09c3\u09b9\u09c0\u09a4 \u0964
-\u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09c7\u09b0 \u0989\u09aa\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09af\u09c7 \u09ac\u09af\u09bc\u09b8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u0997\u09c7\u099b\u09c7 \u09a4\u09be \u09b9\u09b2 \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09e7\u09e9.\u09ed � \u09e6.\u09e8 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8 \u09ac\u099b\u09b0 \u0964
-\u0995\u09be\u099b\u09c7\u0987 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09af\u09be \u0993\u0996\u099f\u09b8\u09cd\u0995 \u09b8\u09be\u0997\u09b0 \u0993 \u099c\u09be\u09aa\u09be\u09a8 \u09b8\u09be\u0997\u09b0\u09c7\u09b0 \u0985\u09aa\u09b0 \u09aa\u09be\u09b0\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u0997\u09cd\u09b0\u09a8\u09cd\u09a5\u09be\u0997\u09be\u09b0 \u09a6\u09c7\u09b6\u09c7\u09b0 \u0985\u0997\u09cd\u09b0\u09a3\u09c0 \u09aa\u09be\u09ac\u09b2\u09bf\u0995 \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf \u0964
-\u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 \u0995\u09bf \u09ae\u09c1\u09a8
-\u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u09b0\u099a\u09af\u09bc\u09bf\u09a4\u09be \u099b\u09bf\u09b2\u09c7\u09a8 \u098f\u09a8\u09cd\u09a1\u09cd\u09b0\u09c1 \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae \u098f\u0995 \u09aa\u09cd\u09b0\u0996\u09cd\u09af\u09be\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09a1\u09bf\u099c\u09be\u0987\u09a8 \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 \u0964
-\u09a6\u09cd\u09af \u099f\u09be\u0987\u09ae\u09cd \u200c \u09b8 \u0985\u09ab \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 \u09b2\u09c7\u0996\u09be \u09b9\u09af\u09bc \u09af\u09c7 & quot ; it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema & quot ; -lrb- \u201c \u098f\u0995\u09c7 \u0985\u09a8\u09cd\u09af \u09af\u09c7\u0995\u09cb\u09a8\u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09a4\u09c1\u09b2\u09a8\u09be \u0995\u09b0\u09be \u0985\u09ac\u09be\u09b8\u09cd\u09a4\u09ac ... \u09aa\u09a5\u09c7\u09b0 \u09aa\u09be\u0981\u099a\u09be\u09b2\u09c0 \u09b9\u09b2 \u09ac\u09bf\u09b6\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u201d -rrb- \u0964
-\u098f\u09b0\u09aa\u09b0 \u09e7\u09ef\u09eb\u09e9 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u09a8\u099c\u09b0\u09c1\u09b2 \u0993 \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a8\u09cd\u09a1\u09a8 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u0993 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09b8\u09ae\u09ad\u09c2\u09ae\u09bf ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u0986\u099b\u09c7 \u09b0\u09c1\u0995\u09cd\u09b7 \u09aa\u09be\u09b9\u09be\u09a1\u09bc \u0993 \u09aa\u09b0\u09cd\u09ac\u09a4 \u0964
-\u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
-\u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- \u09b6\u09be\u09b8\u09a8\u0995\u09be\u09b2\u09c7 \u09b6\u09b9\u09b0\u09c7\u09b0 \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ac\u09c3\u09a6\u09cd\u09a7\u09bf \u0998\u099f\u09c7\u099b\u09bf\u09b2 \u0964
-\u0985\u09a8\u09c7\u0995 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u0993 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b8\u09ae\u09be\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be \u0985\u09aa\u09b0\u09bf\u09b9\u09be\u09b0\u09cd\u09af
-\u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ab\u09b2\u09be\u09ab\u09b2 \u09b9\u09b2 \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u0995\u09be\u09b2\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u0985\u09a4\u09c0\u09a4 \u098f\u09ac\u0982 \u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09c3\u09a5\u0995 \u0964
-\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5 \u0985\u09ac\u09b6\u09cd\u09af \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0964
-\u09b6\u09cd\u09b0\u09ae \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8 \u098f\u0995\u09b8\u09ae\u09af\u09bc \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0993 \u0985\u0997\u09cd\u09b0\u0997\u09be\u09ae\u09c0 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09b6\u0995\u09cd\u09a4\u09bf \u099b\u09bf\u09b2 \u0964
-\u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u098f\u09ac\u0982 \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 \u09ac\u09c8\u09b7\u09ae\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09be\u09a6 \u0993 \u09ac\u09be\u0999\u09be\u09b2\u09bf\u09a6\u09c7\u09b0 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u09aa\u09a5\u09c7 \u09a7\u09be\u09ac\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09bf\u09a8\u09bf \u09ac\u09cd\u09af\u09be\u09aa\u0995\u09ad\u09be\u09ac\u09c7 \u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09bf\u09a4 \u0964
-\u098f\u0996\u09be\u09a8\u09c7 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8 \u09af\u09c7 \u0985\u09a8\u09c7\u0995\u09c7 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09a8\u09c7\u099f \u098f\u09ac\u0982 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u0993\u09af\u09bc\u09be\u0987\u09a1 \u0993\u09af\u09bc\u09c7\u09ac\u0995\u09c7 \u09b8\u09ae\u09be\u09b0\u09cd\u09a5\u0995 \u09b6\u09ac\u09cd\u09a6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09b2\u09c7\u0993 \u09aa\u09cd\u09b0\u0995\u09c3\u09a4\u09aa\u0995\u09cd\u09b7\u09c7 \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc \u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u0964
-. z \u098f\u09b0 \u0986\u09a8\u09c1\u09b8\u09be\u0999\u09cd\u0997\u09c0\u0995 \u09aa\u09cb\u09b2\u09be\u09b0 \u0995\u09cb-\u0985\u09b0\u09cd\u09a1\u09bf\u09a8\u09c7\u099f \u09a6\u09c1\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 r = -pipe-
-\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0
-\u09e7\u09ef\u09ed\u09e8 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 \u09a4\u09a6\u09be\u09a8\u09bf\u09a8\u09cd\u09a4\u09a8 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 \u09b8\u09b0\u09cd\u09ac\u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u09ae\u09c7\u0987\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u099c\u09c0\u09ac \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09af\u09c7 \u09b6\u09be\u0996\u09be\u09af\u09bc \u099b\u09a4\u09cd\u09b0\u09be\u0995 \u0993 \u098f\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09bf\u0995 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09af\u09bc\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
-\u09aa\u09be\u09a8\u09bf \u09a8\u09a6\u09c0 \u09a5\u09c7\u0995\u09c7 \u0989\u09a0\u09be\u09a8\u09cb \u09b9\u09a4\u09cb \u0995\u09af\u09bc\u09c7\u0995\u099f\u09bf \u09aa\u09c1\u09b0 \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u0993 \u09ac\u09be\u09b2\u099f\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09be\u09a8\u09bf \u09aa\u09b6\u09c1 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u099f\u09c7\u09a8\u09c7 \u09a4\u09cb\u09b2\u09be\u09b0 \u098f\u0995 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0989\u09aa\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u09b2\u09cb\u0995\u099c \u09a8\u09c3\u09a4\u09cd\u09af \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf \u0964
-\u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09a8\u09a4\u09ae \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0993 \u09aa\u09b0\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0986\u0995\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ee\u09ef \u09b8\u09be\u09b2\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4 \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 \u099b\u09ac\u09bf\u099f\u09bf\u09a4\u09c7 \u09a4\u09be\u0981\u09b0 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf\u0995\u09c7 \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09a4\u09c7\u09b0 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3\u09c7\u09b0 \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7\u0987 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09af\u09c7\u09ae\u09a8 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u098f\u09ac\u0982 \u09ae\u09cd\u09af\u09be\u0995 \u0993\u098f\u09b8 \u09b9\u09a4\u09c7 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8\u09ad\u09be\u09ac\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0964
-\u098f\u09b6\u09bf\u09af\u09bc\u09be \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0 & # 44 ;
-\u09ae\u09c1\u0995\u09cd\u09a4 \u09b8\u09cb\u09b0\u09cd\u09b8 \u09ac\u09be \u0993\u09aa\u09c7\u09a8 \u09b8\u09cb\u09b0\u09cd\u09b8 -lrb- open source -rrb- \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2\u09cb \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u09b8\u09ab\u099f\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0 \u098f\u09b0 \u09b8\u09cb\u09b0\u09cd\u09b8 \u0995\u09cb\u09a1 \u09ac\u09be \u09ae\u09c2\u09b2 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 \u09ad\u09be\u09b7\u09be\u0995\u09c7 \u09ae\u09c1\u0995\u09cd\u09a4 \u09ad\u09be\u09ac\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a2\u09be\u0995\u09be
-\u09aa\u09cd\u09b0\u09a5\u09ae \u09ac\u09bf\u09b6\u09cd\u09ac\u09af\u09c1\u09a6\u09cd\u09a7\u09c7 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc \u0964
-\u09a4\u09ac\u09c7 \u098f \u09ac\u09bf\u09b7\u09af\u09bc\u099f\u09bf \u09ac\u09cb\u099d\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7\u0993 \u0997\u09ac\u09c7\u09b7\u09a3\u09be \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u099b\u09c7 \u0964
-\u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
-\u09a4\u09be\u0995\u09c7 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09ac\u09be\u09b9\u09bf\u09a8\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09a8\u09ab\u09bf\u099f \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u09ad\u09c1\u099f\u09cd\u099f\u09cb \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f \u0995\u09b0\u09be\u09b0 \u09b9\u09c1\u09ae\u0995\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8 \u09af\u09c7 \u0987\u09af\u09bc\u09be\u09b9\u09bf\u09af\u09bc\u09be \u0996\u09be\u09a8 \u09ae\u09c1\u099c\u09bf\u09ac\u0995\u09c7 \u09b8\u09b0\u0995\u09be\u09b0 \u0997\u09a0\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b9\u09cd\u09ac\u09be\u09a8 \u099c\u09be\u09a8\u09be\u09b2\u09c7 \u09a4\u09bf\u09a8\u09bf \u09b8\u09c7 \u09b8\u09b0\u0995\u09be\u09b0\u0995\u09c7 \u09ae\u09c7\u09a8\u09c7 \u09a8\u09c7\u09ac\u09c7\u09a8 \u09a8\u09be \u0964
-\u0986\u09b0 computer \u09b6\u09ac\u09cd\u09a6\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 \u09af\u09a8\u09cd\u09a4\u09cd\u09b0 \u0964
-\u09e7\u09ed\u09ed\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09ea \u099c\u09c1\u09b2\u09be\u0987 \u098f\u0987 \u0989\u09aa\u09a8\u09bf\u09ac\u09c7\u09b6\u0997\u09c1\u09b2\u09bf \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u0998\u09cb\u09b7\u09a3\u09be\u09aa\u09a4\u09cd\u09b0 \u099c\u09be\u09b0\u09bf \u0995\u09b0\u09c7 \u0964
-\u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf -lrb- \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u09ad\u09be\u09b7\u09be\u09af\u09bc : deutschland \u09a1\u09af\u09bc\u099a\u09cd \u200c \u09b2\u09be\u09a8\u09cd\u099f\u09cd \u200c \u0986-\u09a7\u09cd\u09ac-\u09ac : [ d\u0254\u028ft\u0283lant ] -rrb- \u09ae\u09a7\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09a7\u09b0\u09cd\u09ae \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0997\u09b2\u09a6\u09c7\u09b0 \u09b6\u09bf\u0995\u09cd\u09b7\u09be\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf \u099b\u09bf\u09b2 \u09a7\u09c0\u09b0 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u0997\u09a8\u09c1 \u09ab\u09be\u0989\u09a8\u09cd\u09a1\u09c7\u09b6\u09a8
-\u0986\u09b0\u09cd\u09a5\u09bf\u0995 \u09a8\u09c0\u09a4\u09bf \u0993 \u09b0\u09be\u099c\u09b8\u09cd\u09ac \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 \u0987\u09b9\u09be \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09c7 \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 : \u09b9\u09af\u09bc\u09a4\u09cb \u09a4\u09cb\u09ae\u09be\u09b0 \u09aa\u09be\u09ac \u09a6\u09c7\u0996\u09be \u0993\u09b0\u09c7 \u098f \u0995\u09cb\u09a8 \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 \u0964
-\u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7\u09b0 \u09e8\u09e9 \u098f\u09aa\u09cd\u09b0\u09bf\u09b2 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09ce \u09ae\u09c3\u09a4\u09cd\u09af\u09c1\u09ac\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8 \u0964
-\u098f\u0987 \u09b8\u09ae\u09af\u09bc \u09a8\u099c\u09b0\u09c1\u09b2\u09c7\u09b0 \u09ae\u09c7\u09a1\u09bf\u0995\u09c7\u09b2 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u09ad\u09bf\u09af\u09bc\u09c7\u09a8\u09be\u09b0 \u09ac\u09bf\u0996\u09cd\u09af\u09be\u09a4 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u0985\u09ad\u09bf\u09a8\u09af\u09bc \u099b\u09be\u09a1\u09bc\u09be\u0993 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09b0\u09be\u09a8\u09c0 \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09be\u09a4\u09ac\u09cd\u09af \u09b8\u0982\u09b8\u09cd\u09a5\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09c1\u0995\u09cd\u09a4 \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 \u0964
-\u09ac\u09be\u0982\u09b2\u09be \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u098f\u09ac\u0982 \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf\u09a4\u09c7 \u09a4\u09be\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u0985\u09ac\u09a6\u09be\u09a8\u09c7\u09b0 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa \u09e7\u09ef\u09ed\u09ea \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ef \u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09a2\u09be\u0995\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09bf\u09a6\u09cd\u09af\u09be\u09b2\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8\u09b8\u09c2\u099a\u0995 \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 \u09ad\u09c2\u09b7\u09bf\u09a4 \u0995\u09b0\u09c7 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u09a6\u09c1\u09b0\u09cd\u0997\u09be\u09aa\u09c2\u099c\u09be \u09b6\u09b9\u09b0\u09c7\u09b0 \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09b0\u09cd\u09af\u099f\u09a8 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 \u09ac\u099f\u09c7 \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09b9\u09c1 \u09b2\u0995\u09cd\u09b7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u0993 \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf\u09a4\u09c7 \u0985\u09ad\u09bf\u09ac\u09be\u09b8\u09c0 \u09b9\u0993\u09af\u09bc\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09b2\u09c7 \u09e7\u09ef\u09ec\u09e7 \u09b8\u09be\u09b2\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b8\u09b0\u0995\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09b2\u09bf\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09b0 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09c7\u09af\u09bc \u098f\u09ac\u0982 \u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be\u09a8\u09cd\u09a4 \u099c\u09cb\u09b0\u09a6\u09be\u09b0 \u0995\u09b0\u09c7 \u0964
-\u09aa\u09cd\u09b0\u09a5\u09ae\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 \u099b\u09ac\u09bf\u099f\u09bf\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 \u09aa\u09cd\u09b0\u09a5\u09ae \u09b8\u09be\u09a4 \u09ae\u09bf\u09a8\u09bf\u099f \u09af\u09be \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf \u099c\u09c0\u09ac\u09a8 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7 \u098f\u09ac\u0982 \u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc\u099f\u09bf \u09b9\u09b2 & quot ; \u09ac\u09be\u0997\u09be\u09a8\u09c7\u09b0 \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af & quot ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09be\u09b0 \u09ad\u09be\u09b2\u09ac\u09be\u09b8\u09be\u09b0 \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf \u09b9\u09af\u09bc \u0964
-\u09e7\u09ee \u09b6\u09a4\u0995\u09c7\u09b0 \u098f\u0995\u09a6\u09b2 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 \u0993 \u09b2\u09c7\u0996\u0995 \u0986\u09af\u09bc \u0993 \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09a7\u09be\u09b0\u09be\u09b0 \u0989\u09a8\u09cd\u09a8\u09af\u09bc\u09a8 \u0998\u099f\u09be\u09a8 \u0964
-\u09af\u09cb\u09a8\u09c0\u09a4\u09c7 \u09b2\u09bf\u0999\u09cd\u0997 \u09aa\u09cd\u09b0\u09ac\u09bf\u09b7\u09cd\u099f\u0995\u09b0\u09a3\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0995\u09be\u09ae\u09cb\u09a6\u09cd\u09a6\u09c0\u09aa\u0995 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b6\u09c3\u0999\u09cd\u0997\u09be\u09b0 \u0964
-\u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 \u09ae\u09be\u099d\u09c7\u0987 \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09c7\u09a4 \u09af\u09be \u0995\u09bf\u09a8\u09be \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 \u0986\u0995\u09cd\u09b0\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09a4 \u0964
-\u098f\u0997\u09c1\u09b2\u09bf \u098f\u0995\u098f \u09b9\u09af\u09bc\u09c7 mycelium \u0997\u09a0\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u09b2\u09bf\u0999\u09cd\u0997
-\u098f\u0987 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b0\u09be\u0997\u09ae\u09cb\u099a\u09a8 -lrb- \u0985\u09a8\u0997\u09cd\u09af\u09be\u099c\u09ae -rrb- \u0964
-\u0987\u09a4\u09bf\u09b9\u09be\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09b0\u09cd\u09ac\u09c7 \u098f\u0996\u09be\u09a8\u09c7\u0987 \u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u09ac\u09bf\u09b6\u09be\u09b2\u09be\u0995\u09be\u09b0 \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b8\u09be\u09ae\u09cd\u09b0\u09be\u099c\u09cd\u09af \u0964
-\u09ac\u09cd\u09af\u09be\u09b8\u09cd\u099f\u09bf\u0995 \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b0\u09c2\u09aa \u09b9\u09b2 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u0964
-\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7\u09b0 \u0985\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u09b8\u09b0\u0995\u09be\u09b0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/joshua-berkeleylm.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/joshua-berkeleylm.config b/joshua-core/src/test/resources/bn-en/hiero/joshua-berkeleylm.config
deleted file mode 100644
index 7b058ca..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/joshua-berkeleylm.config
+++ /dev/null
@@ -1,47 +0,0 @@
-# feature functions
-feature-function = LanguageModel -lm_type berkeleylm -lm_order 5 -lm_file src/test/resources/bn-en/hiero/lm.gz
-feature-function = OOVPenalty
-feature-function = WordPenalty
-
-# tm
-tm = thrax -owner pt -maxspan 12 -path src/test/resources/bn-en/hiero/grammar.gz
-tm = thrax -owner glue -maxspan -1 -path src/test/resources/bn-en/hiero/glue-grammar
-
-mark-oovs = false
-
-# tm config
-default_non_terminal=X
-goalSymbol=GOAL
-
-# pruning config
-pop-limit = 100
-
-# nbest config
-use_unique_nbest = true
-top_n = 10
-
-# output format
-output-format = "%c %s"
-
-# model weights
-lm_0 1.2373676802179452
-pt_0 2.4497429277910214
-pt_1 -0.7224581556224123
-pt_2 0.31689069155153504
-pt_3 -0.33861043967238036
-pt_4 -0.03553113401320236
-pt_5 -0.19138972284064748
-pt_6 -0.3417994095521415
-pt_7 0.9936312455671283
-pt_8 -0.9070737587091975
-pt_9 -0.8202511858619419
-pt_10 -0.2593091306160006
-pt_11 -0.25597137004462134
-pt_12 -0.3538894647790496
-pt_13 0.36212061186692646
-pt_14 0.32923261148678096
-pt_15 -0.5524863522177359
-pt_16 -0.23451595442127693
-glue_0 -1
-WordPenalty -3.6942747832593694
-OOVPenalty 1.0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/joshua-classlm.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/joshua-classlm.config b/joshua-core/src/test/resources/bn-en/hiero/joshua-classlm.config
deleted file mode 100644
index 4958188..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/joshua-classlm.config
+++ /dev/null
@@ -1,52 +0,0 @@
-# feature functions
-feature-function = StateMinimizingLanguageModel -lm_type kenlm -lm_order 5 -lm_file src/test/resources/bn-en/hiero/lm.gz
-feature-function = WordPenalty
-feature-function = OOVPenalty
-
-# class LM feature
-feature-function = StateMinimizingLanguageModel -lm_type kenlm -lm_order 9 -lm_file src/test/resources/bn-en/hiero/class_lm_9gram.gz -class_map src/test/resources/bn-en/hiero/class.map
-
-# tm
-tm = thrax -owner pt -maxspan 12 -path src/test/resources/bn-en/hiero/grammar.gz
-tm = thrax -owner glue -maxspan -1 -path src/test/resources/bn-en/hiero/glue-grammar
-
-mark_oovs=false
-
-# tm config
-default_non_terminal=X
-goalSymbol=GOAL
-
-# pruning config
-pop-limit = 10
-
-# nbest config
-use_unique_nbest=true
-top_n = 10
-
-# output format
-output-format = "%c %s"
-
-
-# model weights
-lm_0 1.2373676802179452
-lm_1 1.2373676802179452
-pt_0 2.4497429277910214
-pt_1 -0.7224581556224123
-pt_2 0.31689069155153504
-pt_3 -0.33861043967238036
-pt_4 -0.03553113401320236
-pt_5 -0.19138972284064748
-pt_6 -0.3417994095521415
-pt_7 0.9936312455671283
-pt_8 -0.9070737587091975
-pt_9 -0.8202511858619419
-pt_10 -0.2593091306160006
-pt_11 -0.25597137004462134
-pt_12 -0.3538894647790496
-pt_13 0.36212061186692646
-pt_14 0.32923261148678096
-pt_15 -0.5524863522177359
-pt_16 -0.23451595442127693
-glue_0 -1
-WordPenalty -3.6942747832593694
-OOVPenalty 1.0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/joshua.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/joshua.config b/joshua-core/src/test/resources/bn-en/hiero/joshua.config
deleted file mode 100644
index 4dd7f34..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/joshua.config
+++ /dev/null
@@ -1,48 +0,0 @@
-# feature functions
-feature-function = LanguageModel -lm_type kenlm -lm_order 5 -minimizing false -lm_file src/test/resources/bn-en/hiero/lm.gz
-feature-function = OOVPenalty
-feature-function = WordPenalty
-
-# tm
-tm = thrax -owner pt -maxspan 12 -path src/test/resources/bn-en/hiero/grammar.gz
-tm = thrax -owner glue -maxspan -1 -path src/test/resources/bn-en/hiero/glue-grammar
-
-mark_oovs=false
-
-# tm config
-default_non_terminal=X
-goalSymbol=GOAL
-
-# pruning config
-pop-limit = 10
-
-# nbest config
-use_unique_nbest=true
-top_n = 10
-
-# output format
-output-format = "%c %s"
-
-# model weights
-lm_0 1.2373676802179452
-lm_1 1.2373676802179452
-pt_0 2.4497429277910214
-pt_1 -0.7224581556224123
-pt_2 0.31689069155153504
-pt_3 -0.33861043967238036
-pt_4 -0.03553113401320236
-pt_5 -0.19138972284064748
-pt_6 -0.3417994095521415
-pt_7 0.9936312455671283
-pt_8 -0.9070737587091975
-pt_9 -0.8202511858619419
-pt_10 -0.2593091306160006
-pt_11 -0.25597137004462134
-pt_12 -0.3538894647790496
-pt_13 0.36212061186692646
-pt_14 0.32923261148678096
-pt_15 -0.5524863522177359
-pt_16 -0.23451595442127693
-glue_0 -1
-WordPenalty -3.6942747832593694
-OOVPenalty 1.0


[29/30] incubator-joshua git commit: now parses really old TM format

Posted by mj...@apache.org.
now parses really old TM format


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/fbe6c5f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/fbe6c5f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/fbe6c5f3

Branch: refs/heads/7_confsystem
Commit: fbe6c5f38d281328e59a463aaba5da48eca2a708
Parents: a39c055
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 23:23:21 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 23:23:21 2016 +0200

----------------------------------------------------------------------
 scripts/compat/sevenize_my_conf_plz.py | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/fbe6c5f3/scripts/compat/sevenize_my_conf_plz.py
----------------------------------------------------------------------
diff --git a/scripts/compat/sevenize_my_conf_plz.py b/scripts/compat/sevenize_my_conf_plz.py
index 012456f..ccdf036 100755
--- a/scripts/compat/sevenize_my_conf_plz.py
+++ b/scripts/compat/sevenize_my_conf_plz.py
@@ -57,10 +57,29 @@ for line in sys.stdin:
         weights[name] = weight
 
     elif line.startswith('tm'):
+        """Two types of tm lines are supported. Ones that look like this:
+
+               tm = thrax pt 12 src/test/resources/decoder/constrained/grammar.gz
+
+            and ones that look like this:
+
+               tm = thrax -owner pt -maxlen 12 -path src/test/resources/decoder/constrained/grammar.gz
+        """
 
         _, tm = re.split(r'\s*=\s*', line, 1)
 
-        tms.append(parse_args_to_string(tm))
+        if tm.find("-path") == -1:
+            # first kind
+            classType, owner, maxlen, path = tm.split(' ')
+            className = 'TextGrammar'
+            if os.path.isdir(path):
+                className = 'PackedGrammar'
+
+            tms.append('class = %s, owner = %s, span_limit = %s, path = %s' % (className, owner, maxlen, path))
+
+        else:
+            # second kind
+            tms.append(parse_args_to_string(tm))
 
     elif line.startswith('lm'):
         """Backwards compatibility for old LM specification method"""


[04/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/reference.en.0
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/reference.en.0 b/joshua-core/src/test/resources/bn-en/samt/reference.en.0
deleted file mode 100644
index a91dd56..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/reference.en.0
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born in a pirali brahmin family of kolkata .
-recently the relationship between india and united stated has improved .
-mathematics is , hence , the language of science .
-from this it can easily be understood that this metric will be frw metric .
-at the same time this novel had also indicated to the fall of the land basis feudalism in bengal .
-mujib and his party could attain the absolute majority in the elections .
-hitlar continued his work in the city of munich at bavariar .
-besides tux there are os-tan and some other characters representing linux but are not much popular .
-it explains the conventional rules for decision making followed by the decision maker in the field of sports in relation to the social background
-annual rainfall is 2540 millimeter .
-he provided his main keynote speech in the national conference of his democrat party in the year 2004 in the boston city of machechuest states .
-since the distribution of powers was in favor of the east pakistan if the population was taken into the account , therefore the west pakistan introduced a unique idea under the name of " one unit theory " whereby the entire pakistan was considered as one province .
-measurement theory .
-external connections
-videsh sanchar nigam limited bhavan of tata communications , this is a major telecom service provider in the city .
-that year on the 4th november , he became victorious in the general election and got elected as the 44th president of the united states .
-many indian species originated from gondwana born taxa .
-plays , novels , stories , and recently screenplays written by the british writers are acknowledged worldwide .
-on 1919 it was published in a magazine called swagat .
-in 2005 , the women 's tennis association tour 's tier-iii tournament , sunfeast open was held in netaji indoor stadium .
-several provisions are taken to avoid this possibility
-in lahore , a national conference of the opponent parties was held on 5th february , 1955 .
-bangladesh became the member of the organization of the islamic conference and islamic development bank .
-special class : world dictionary
-russia , france and israel are the main countries supplying arms to india and defense associates .
-this is our familiar imaginary unit which relegates theory of mathematics to concern itself with set of complex numbers from that of real numbers .
-</address>
-september
-according to this philosophy you can not disagree universe , though the logic has been accepted .
-france is the most important country in europe in agriculture ; it export mainly food crop , wine , cheese , and other agricultural product to europe and the world .
-arithmetic was prevalent in their mathematics .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq , and sri lanka .
-in the place of this basilica bank of england is located now .
-to the north and south of spain there are bay of biscay and the gibraltar respectively , morocco lies to south of gibraltar and the atlantic ocean is situated at the west and south-west part of this country .
-except that , in this situation , the inability of united nations to take decision quickly in emergency situation was realized .
-this was popularised by karl marx
-its subject is often borrowed from hindu mythology , medieval romances and news of social and political events .
-depending on the three measures , the age of the universe has been found to be 13.7 � 0.2 billion years .
-east russia is close by , which is situated on the opposite side of the sea of okhotsk and sea of japan .
-the indian national library in kolkata is the leading public library of the country .
-mycology
-the secretary-general of the un at present is ban ki-moon .
-the creator of minix was andrew tunnenbom who was a famous teacher of operating system designing .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-after that in 1953 , during the month of may , nazrul and his wife pramila devi were sent to london for better treatment .
-it has got plain lands in its south and east sides and rough hills and mountains in its west and north sides .
-trademark
-lord wellesley , the governor general between 1797 \u2013 1805 , was largely responsible for the growth of the city
-complex numbers are indispensible for solving many important and real problems .
-an important consequence of the big bang is that the present state of the universe is completely different from its past and future states .
-windows millennium
-although rabindranath had subjugated a number of styles .
-labor economy
-britain was once the most powerful and advance economic power of the world .
-he is highly admired due to the movement against the military ruler of pakistan and the protest against the racial inequities in pakistan and moving the movement of bengalees towards independence .
-though it is thought that the meaning of internet and world wide web but actually they refer two completely different things .
-the two relevant polar coordinates of the z are r = 1
-november
-the first electronics mail used was in 1972 ad in the arpanet .
-the section of biology which discusses fungi and its practical source is called mycology .
-the water was carried up with some pur , this was actually a method of pulling up water by animals with an arrangement of ropes and buckets .
-these are tribal dance , folk dance , classical dance etc .
-the indian literature was spread earlier as orally and later as written
-his direction in his film " gana satru " in 1989 was weak and it was considered as satyajit 's comeback in making movie after returning from a long-lasting illness .
-mechanics .
-linux is different from various angle than the other right-protected operating systems such as windows and mac os .
-according to the language of the asian times ,
-open source means free distribution of computer software source code .
-dhaka in bangladesh online
-in first war world germany was defeated .
-but in order to understand this subject experiments are going on at present also .
-super h
-he was declared unfit for the armed force .
-threatening to boycott the assembly bhutto announced that , if yahya khan call mujib to form the government he will not do accept that government .
-and the word computer stands for the machine that does the work of counting .
-on 4th of july , 1776 these colonies introduced a declaration of independence .
-germany -lrb- in german language : deutschland -rrb- is a country of middle europe .
-christianity is the main religion of russia .
-but the development of the educational systems of the gols into roman styles was a bit slow .
-subject : foundation
-it also studies the financial and revenue strategies .
-among them there were : ' hoyto tomar pabo dekha ' -lrb- perhaps i will meet you -rrb- , ' ore e kon sneho-surdhani ' -lrb- what an affectionate music is this -rrb- .
-he died on 23 april 1992 .
-the medical reports of nazrul was sent to the renowned doctors of vienna at this time .
-apart from acting rani mukherjee is involved with many charitable organisations .
-on december 9 , 1974 , dhaka university honored him with d.lit degree , for his excellent contribution in the field of bengali culture and literature .
-durgapuja in kolkata is a tourist attraction too .
-but when the millions of east germans started to emigrate into the economically developed and democratic country of west germany , the government of east germany had built a wall in berlin and protected the borders of the country in 1962 .
-the first one is the first seven speechless minutes of the film which expresses the monotonous life of charu and second one is " the scene of the cradle in the garden " where charu faces with her love for amal .
-a group of 18th century thinkers and writers , developed the idea of the economy as a circular flow of income and output .
-foreplay is a set of intimate psychological and physical acts and sexual arousal activities before penetrating sex organ .
-this virus could only be found in the pigs which would cause influenza among the pigs .
-it constitutes mycelium together .
-russia is currently a democratic country .
-sex
-this state of intercourse is called orgasm
-several large empires had been built here in different course of history .
-macro economics
-computer interface is the most visible part to a computer user .
-details : the temporary government of bangladesh of 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/reference.en.1
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/reference.en.1 b/joshua-core/src/test/resources/bn-en/samt/reference.en.1
deleted file mode 100644
index 7f83452..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/reference.en.1
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born in a " pirali brahmin " family in kolkata .
-recently , the relation between india and united states developed .
-therefore mathematics is the language of science .
-this is verygood machine which can be used
-simultaneously , a presage of decline of bengal 's landed feudal system is also found in this novel .
-mujibur and his party got an absolute majority in the election .
-hitler also worked at the city of munich in bavaria .
-other than tux there were many other characters like os tyan but these are not so popular .
-it explains the common rules for the decision maker in taking decisions in the playground while dealing with the opponents in the face of social condition .
-rain : total amount of rain in a year is 2540 milli meter .
-in 2008 he gave the keynote speech in national conference of democrat party organised in boston , massachusetts .
-as the division of power based on population favored east pakistn , west pakistan proposed a novel idea of ' one unit theory ' wherein entire west pakistan was considered as a province .
-measurement function
-outer communication
-tata communication bidesh sanchar nigam ltd bhavan , this is one of the unique telecommunication service in the city .
-he won in the national election on that year on 4th november and became as the 44th president of the united states .
-many indian races have been emerged from the texa community of the gondoana lands .
-dramas , novels , stories and recent screenplays of british authors are appreciated worldwide .
-it published in may , year 1919 in shwagat magazine .
-in year 2005 sunfeast open of women tennis association was organized in netaji indoor stadium .
-many steps are taken to eradicate this likely occurance .
-on february 5,1966 a national conference of the opposition parties was held in lahore .
-accepted membership of bangladesh organization of the islamic conference and islamic development bank .
-subject : world cell
-russia , france and italy are the main countries to supply arms and are helpful neighborhood countries .
-this is our known imaginary unit with the help of which mathematical theories get promoted to the set of complex numbers from the set of real numbers .
-<address>
-september
-this theory , however , does not oppose big bang theory rather supports it .
-france has historically been an important producer of agricultural products ; basically they export crops , wine , cheese and other agricultural products to europe and other parts of the world .
-arithmetic was the most important in their mathematics .
-these countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , myanmar , holland , soviet russia , iran , iraq and sri lanka .
-presently , the bank of london is situated in the place of basilica .
-the bay of biscay is in its north and strait of gibraltarto is in the south and morocco is in the south of the strait and the atlantic ocean in the west and south-west .
-besides , this also demonstrate the inability of the united nations to take quick decisions at the moment of emergency .
-it derives from the work of karl marx .
-its subjects are adopted sometimes from mythologies , sometimes from love affairs of the middle age and even from present day social and political events .
-on the basis of three measurements , the age has been determined as almost 13.7 � 0.2 billion years .
-there is east russia nearby , which is situated on the other side of sea of okhotsk and sea of japan .
-national library of india located in kolkata is one of the leading libraries in the country .
-mycology
-ban ki moon is the secretary general of the united nations .
-the creator of minix was andrew tanenbaum , a famous teacher of operating system design .
-in the times of india it was written that , " it is absurd to compare it with any other indian cinema . pather panchali is pure cinema " .
-after that in 1953 of may , nazrul and pamila devi were sent to london for treatment .
-there are wide flat lands in its southern and eastern side ; while there are wild hills and mountains in the western and northern side .
-trademark
-during the rule of lord wellesley -lrb- governor general 1797-1805 -rrb- there had been a considerable growth of cities .
-complex numbers are must for solving many important and real problems .
-one mention worthy result of big bang theory is that , the recent condition of the universe is completely different from that of the past and future .
-windows millennium
-rabindranath , however , mastered more than one style .
-labor economy .
-britain was once the prime and aggressive economic power of the world .
-he was appreciated for taking forward the protest of the bengali community towards the independence against pakistan military government and clearing the differences within the groups .
-it should be mentioned here that although the terms internet and world wide web are often used in everyday speech without much distinction these are not one and the same .
-the two accompanying polar co-ordinates of z are r = -pipe-
-november
-in 1972 bc at the mean time electronic mail is sent at first in orpanet .
-in that branch of biology where there is discussion about fungus is called as mycology .
-water was drawn from the river by a series of purs , an animal-powered rope and bucket mechanism .
-among them there are : tribal dance , folk dance , traditional or classical dance etc .
-the oldest literature in india became popular initially in oral form and then in writing .
-in 1989 he made ganashatru but his direction was comparably week and was considered as a retry of making film after a long suffering illness .
-mechanics
-linux is different in many ways from other licenses protected operating systems like windows and mac os .
-according to " asia times " : -
-open source means the free distribution of source code of author 's computer software
-dhaka on bangladesh online
-germans lost the 1st world war
-it only takes a few hours to be completed.the social customs are certain
-super h
-he was declared unfit for the military force .
-bhutto declared by threatening to boycott the assembly that he would not recognize that government if yahya khan would call mujib to form the government .
-and the meaning of " computer " is enumerator .
-on 4th july of 1776 , these colonies issued a declaration of independence .
-germany -lrb- deutschland in german -rrb- is a country of the middle europe .
-christianity is the main religion for russian .
-but the romanization of education was slower for the gaul .
-subject : gonu foundation
-it also studies effects of monetary policy and fiscal policy .
-these contain " haito tomar pabo dekha , " o re e kone sneha-surdhuni
-on 23th april 1992 his life came to an end .
-at this time nazrul 's medical report was sent to the famous doctors in vienna .
-other than acting rani mukherjee was found many times to get attached to many of the charitable institutions .
-on 9th december1974 , the bangladesh university honored him with d. lit as recognition of his contribution in bengali literacy and culture .
-kolkata is also the most attractive place for durga puja .
-but lakhs of german started to come in democratic western germany for its rich heritage and wealth from the year 1961 and so the government built up a wall in the southern germany and made the boundary of the country stronger .
-the first one is the silent seven minutes at the beginning which reflects the monotony of charu 's life and the second one is the " swinging in a cradle in the garden " where charu realised her love for amal .
-some thinkers and writers of 18th century by the cycling of income and production made development in economical thoughts .
-the sexual activities before intercourse is called foreplay .
-it was mainly seen in pigs by which the pigs were being infected .
-all of these together formed mycelium .
-russia is at present a democratic country .
-penis
-this is called organism .
-different vast empires were established here in different periods of history .
-micro economics
-to a user , the most visible form of an operating system is the computer interface .
-descriptive : temporary bangladesh government of 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/reference.en.2
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/reference.en.2 b/joshua-core/src/test/resources/bn-en/samt/reference.en.2
deleted file mode 100644
index 9588db6..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/reference.en.2
+++ /dev/null
@@ -1,100 +0,0 @@
-rabindranath was born of a pirali brahmin family of calcutta .
-recently the relationship between india and united states has improved .
-so mathematics is the language of science .
-it can be easily understood from it that this metric would be frw metric .
-at the same time indication of the end of bengal 's land centric feudalism is also obtained from this novel .
-mujib and his party got absolute majority in the election .
-hitler also started his work in the state named bavaria miunik
-other than task there are some other western and some other agencies of linux are also present but these are not very much introduced .
-it explains the rules of decision making in a game with one 's rival in the context of social condition .
-rain : yearly 2540 millimeter
-in 2004 he delivered the keynote speech in the national conference of the democrat party in the boston city of massachusetts .
-since a straightforward system of representation based on population would have concentrated political power in east pakistan , the west pakistani establishment came up with the " one unit " scheme , where all of west pakistan was considered one province
-quantum theory
-outer link
-bidesh sanchar nigam limited bhavan of tata communication is one of the main telecom service provider of the city .
-he won the national election on 4th november that year and was elected as the 44th us president .
-today , every one of us is in a problem of ageing in life.quick tips to look fresh and glamorous
-drama , novel , story and recently screenplay written by british writers are adored throughout the world .
-it was published in the sowgat in 1919
-sunfeast open , the tier three tournament of women \u2019 s tennis association tour was held in netaji indoor stadium in 2005 .
-to remove this possibility various steps are taken .
-on 5th february 1966 a religional meeting was arranged by the opposition party .
-he became the members of bangladesh organization of the islamic conference and islamic development bank .
-topics : encyclopedia
-russia , france and israel are the main suppliers of arms and also help in the defence system .
-this is our known imaginary number with which the mathematical theory to deduce complex number set from real number set .
-<address>
-september
-though the theory of big bang can not be opposed through this theory , rather it can be supported .
-france is the most important country of europe ; mainly it exports wine , paneer , food grain to whole europe and other part of the world .
-the dominance of arithmetics can be found in their mathematics .
-the countries are : france , hong kong , china , belgium , switzerland , germany , denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia , bulgaria , romania , greece , egypt , singapore , indonesia , thailand , japan , burma , holland , soviet russia , iran , iraq and sri lanka .
-at the place of that basilica , bank of england is now situated .
-north side of this country has bay of biskay , south side has gibralta and in south west side has atlantic ocean .
-moreover in this urgent situation , it declares the inability of leage of nations for fast decision .
-it is conducted through the works of karl marx .
-it \u2019 s content are taken sometime from mythology , love stories of middle ages or sometime from social and political incidents of recent time .
-the age of the universe that is derived based on three measurements is almost 13.7 � 0.2 billion years
-eastern russia is near , which is situated opposite of the okhotsk sea and japan sea .
-national library of india which is in kolkata is the oldest library .
-mycology
-the president of united nation is " wan ki moon " .
-the writer of minix was andrew tanenbaum , a famous operating system design teacher .
-the times of india wrote that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " .
-after this , in the month of may , 1953b.c nazrul and prameladevi were sent to london for treatment .
-in its south are vast plains , in the west and north are rough hills and mountains .
-trademark
-notable development of the city happens in time of lord wellesley -lrb- governor general 1797-1805 -rrb- .
-complex numbers are indispensable to solve many important and real life problems .
-one important result of the big bang is completely different situations of the past , present and future universe .
-windows millennium
-though rabindranath brought multiple saili within range .
-labour economics
-once upon a time in whole world britain has the most power full and fastest economy .
-he is greatly praised for organizing movement against the military rule of pakistan and protesting against racial discrimination by pakistan and for channelizing the movement of bengalis towards attaining freedom .
-it must be mentioned here that nevertheless most of us consider the internet and the www to be the same thing but these two words , infact , direct to completely different subjects .
-polar coordinate corresponding to z are r = -pipe-
-novewrmber
-electronic mail was sent for the first time with arpanet in 1972 .
-mycology is a science in which mushroom and its uses are described .
-water was collected from the river by the help of rope and domestic animals . rope was tied with a bucket and that was pulled up by domestic animals . this is an old process of collecting water from river
-tribal dance , folk dance , classical dance etc are few among them .
-early works of indian literature was practiced orally at first and later in written form .
-the first , ganashatru is considered the weakest of the three and endeavor to restore his energy to make films
-mechanics
-linux is different in many ways from other proprietary softwares like windows and mac .
-according to the asia times ,
-the meaning of open source is freely publishing the source code of computer software .
-dhaka in bangladesh online .
-germany lost the first world war .
-however , researches are even now going on to have a further understanding of the subject .
-not shown here ...
-he was declared unfit for the army .
-threatening to boycott assembly , he declared that he will not accept the government , if yahia khan calls mujib to form government
-and the meaning of the word ' computer ' is calculating machine .
-these colonies announced declaration of independence on july 4 , 1716 .
-germany -lrb- in german language : deutschland , do-yoch-lant -rrb- is a country of middle europe .
-christianity is the principal religion of russia .
-but the romanization of the education of gauls was slow moving .
-category : gnu foundation .
-monetary and fiscal policies are studied .
-among these were ' hayta tomar pabo dekha ' and ' ore e kon sneha-suradhuni ' .
-he died on 23 april 1992 .
-at this time , nazrul 's medical report was sent to famous surgeons in vienna .
-apart from acting rani mukherjee has kept herself attached with several charitable organizations in different times .
-on 9th december , year 1974 dhaka university gave him d.lit degree to give him respect .
-the durgapuja festival of calcutta is also a tourists ' attraction .
-but when lakhs of east germans started moving to the west german because it was economically developed and a republic , the east german government strengthened the boarders by constructing a wall in berlin in 1961 .
-first one is the speechless first seven minutes , which portrayed the monotony of charu 's life , and the second one is the scene of the " swing in the garden " , where charu first found his love for amol .
-in the 18th century a group of intellectuals improved the economic ideologies by incorporating the circle of income and manufacturing .
-before copulation the things done to get sex is called as sringer .
-it was generally got in between the pigs which attacked the pigs or its kinds .
-all this together form mycelium .
-presently russia is a democratic country .
-penis
-this condition is called as ragmochon .
-in different phases of history , a number of huge empires were established here .
-micro economics
-user can see the operating system as computer interface .
-in details : the temporary government of bangladesh of 1971 .

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/reference.en.3
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/reference.en.3 b/joshua-core/src/test/resources/bn-en/samt/reference.en.3
deleted file mode 100644
index 20a8c75..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/reference.en.3
+++ /dev/null
@@ -1,100 +0,0 @@
-robindranath was born in a pirali brahman family .
-recently relation of india with the united states has improved .
-mathematics is thus the language of science .
-it easily understood from it that this metric is frw metric .
-the decline of imperilism is also reflected from this novel
-mujib and his party secured sweeping majority in the election .
-hitler continued to operate at the city of munich in bavaria .
-other than tux , there are o s tan and few more character to represent linux , but those are not very popular .
-this is not an identical task to complete with but to do some thing incredible and spectacular
-rainfall : annually 2580 mm
-in 2004 he give keynote speech in national assembly of democrat party in boston city of massachusetts province .
-division of political power according to the popoulation was favouring eest pakistan , therfore they invented an unique " one unit " theory in which the entire west pakistan was considered as a seperate state .
-measurement theory
-bringing together the relation with outside
-videsh sanchar nigam limited of tata communications is one of the main provider of cities telecommunication service .
-he won the national election on november , 4 in the same year and elected the 44th us president
-many indian tribes came up from the gondwana 's tribe teska .
-drama , story , literature , art of london is still very famous .
-in may 1919 it was published in ' sawgath ' magazine .
-the 2005 sunfeast open , the tier three tournament of the women 's tennis association tours , was organized in the netaji indoor stadium .
-to make this probability zero many kind pf protection is taken during sex .
-on 5th february , 1966 a national conference held of the all opposition parties in lahore .
-bangladesh take the membership of organization of the islamic conference and the islamic development bank .
-subject : encyclopedia
-russia , france and israel are the main ammunition supplier and security assisting countries to india
-this is our known imaginary unit through which the theories of the mathematics are developed to the set of complex numbers from the the set of real numbers .
-<address>
-september
-through this theory the big bang can not be protested but can be supported .
-france is one of the most important countries of europe in agriculture ; it mainly exports different agricultural products including wheat , wines , cottage cheese etc to europe and other parts of the world .
-their mathematics was basically airthmatic .
-the countries are : france , hongkong , china , belgium , switzerland , germany . denmark , sweden , austria , czechoslovakia , argentina , italy , norway , hungary , yugoslavia bulgaria , rumania , greece , singapore , indonesia , thiland , japan , burma , holland , soviet russia , iraq and srilanka
-in the place of this basilica now the bank of england is situated .
-on the north , it borders bay of biscay ; on the south , it borders gibraltar and morocco , and the atlantic ocean on the northwest and southwest .
-moreover , uno 's incapability to initiate quick action in the emergencies was also came into the lights .
-there is a scenario of togetherness spread at every every corner .
-the subject matters are taken sometimes from puran , sometimes from middle age love stories and sometimes from the modern social and political incidents .
-depending upon the three measurements the age that is calculated of the universe is 13.7 + - 0.2 billion years .
-in the near by there is east russia which is at the opposite banks of the okhotsk sea and japan sea .
-the national library of india is situated in kolkata and is the country \u2019 s leading public library .
-mycology
-the secretary general of the united nation is ban ki moon .
-the writer of minx was andrew tannenbaum , a renowned teacher of operating design .
-in the times of india it was written that " it is absurd to compare with any other indian cinema .. pather panchali is pure cinema " .
-thereafter in may 1953 nazrul and promila devi were sent to london for medical treatment .
-in south and east the vast plane and in west and north mountain are found in this state .
-trademark .
-during the ruling period of lord welesly -lrb- governor-general 1917-1805 -rrb- in the city mentionable increment took place .
-to solve several important and practical problems , the complex numbers are inevitable .
-a mentionable fact about great explosive theory is that , the present state of the earth is very much dissimilar from the past and the future state of the earth .
-windows millennium
-though rabindranath mastered more than one style .
-labour economics
-once britain was the prime advanced economic power of the world .
-revolt against the inequality in group and to enforce the bengali movement and also to revolt against the pakisthani military rule , for all this activity mujib is honored by all .
-it is necessary to mention that many people considers internet and world wide web as similar meaning words but in actuality they are different subjects .
-two polar coordinate of .z is r = -pipe- .
-november
-in 1972 the first electronic mail was sent on arpanet .
-mycology is the branch of biology concerned with the study of fungi and their use to humans .
-water used to be drawn from the river with thick rope and bucket pulled by the animals .
-among these are : tribal dance , folk dance , classical dance etc .
-the oldest literature of india were first in vogue through verbally and the in written .
-his direction was comparatively weak in his film ' ganashatru ' -lrb- the enemy of the people -rrb- in 1989 and this film has been considered as his trial of making films after recovering from long illness .
-powerful
-linux is different in many ways from other copy righted operating systems such as windows and mac oc
-according the news of the asia times ,
-however , the company 's army led by robert clive was able to recapture kolkata .
-dhaka is in bangladesh .
-germany was defeated in the first world war .
-but to understand this aspect the research works are progressing .
-superh
-he was declared unfit for the army .
-the day has since been observed as language movement day in bangladesh ,
-and the meaning of the word computer is machine to calculate .
-on the 4th july , 1776 these colonies had collectively issued a declaration of independence .
-germany -lrb- deutschland in german language -rrb- is a country of central europe .
-christ is the main religion of russia .
-but the speed of the romanization of gall 's education system was slow .
-subject : gonu foundation
-it also studies economic and revenue policy .
-among this are : hoyto tomar pap dekha , o hein a kon sneho sur dhoni .
-on the 23rd april , 1992 satyajit died .
-this time medical report of najrul was sent to the famous doctor of vienna .
-in addition to acting , rani mukerji remained involved with various charity organizations .
-for his great contribution to the bengali literature and culture , he was conferred on with the honorary d.lit. by the dhaka university on 9th december , 1974 .
-' durga puja ' is also a tourist attraction of kolkata city .
-but when many people started to migrate to the economically enriched and democratic west germany , east germany built a wall in berlin in 1961 and tightened the country 's border .
-the first one is the silent first seven minutes where the boring life of charu was shown and the second one is the scene of the cradle at the garden where charu realised her love for amal .
-in 18th century a group of intellectuals and writers made advancement in the field of economic thinking using the cyclic movement of earning and production .
-the sexually stimulating activities carried on before actual penetration are called foreplay .
-this virus was primarily found in pigs , which caused the flu in the pigs .
-these are collectively called a mycelium
-now russia is a democratic country .
-at that time , conflict between the french and the company occurred frequently .
-this is termed as orgasm .
-in different phases of history , multiple vast empires were established here .
-microeconomics
-to the user , computer interface is the most visible impersonation of operating systems .
-details : temporary government of bangladesh , 1971

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/test.sh b/joshua-core/src/test/resources/bn-en/samt/test.sh
deleted file mode 100755
index 474936c..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/test.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 2 -c joshua.config > output 2> log
-
-# Extract the translations and model scores
-cat output | awk -F\| '{print $4 " ||| " $10}' > output.scores
-
-# Compare
-diff -u output.scores output.scores.gold > diff
-
-if [ $? -eq 0 ]; then
-  rm -f diff output log output.scores
-  exit 0
-else
-  exit 1
-fi
-
-


[06/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/output.gold.bleu
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/output.gold.bleu b/joshua-core/src/test/resources/bn-en/samt/output.gold.bleu
deleted file mode 100644
index e2c5a87..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/output.gold.bleu
+++ /dev/null
@@ -1,14 +0,0 @@
-Processing 100 sentences...
-Evaluating set of 1'th candidate translations from output...
-BLEU_precision(1) = 1033 / 1504 = 0.6868
-BLEU_precision(2) = 510 / 1404 = 0.3632
-BLEU_precision(3) = 265 / 1310 = 0.2023
-BLEU_precision(4) = 149 / 1220 = 0.1221
-BLEU_precision = 0.2802
-
-Length of candidate corpus = 1504
-Effective length of reference corpus = 1452
-BLEU_BP = 1.0000
-
-  => BLEU = 0.2802
-


[15/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output.gold b/joshua-core/src/test/resources/bn-en/hiero/output.gold
deleted file mode 100644
index 0052ee1..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output.gold
+++ /dev/null
@@ -1,805 +0,0 @@
-"-227.217 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.133 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.160 rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.388 rabindranath born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.823 rabindranath born in the one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.862 rabindranath 's birth was the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-228.892 rabindranath was born in kolkata in \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-229.004 rabindranath 's birth in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-321.208 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 ."
-"-322.124 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 ."
-"-21.022 recently with united states with the relationship between improved ."
-"-21.210 recently with united states with the relation between improved ."
-"-22.055 in recent times india with united states relationship between improved ."
-"-22.129 recently india with united states relationship between improved ."
-"-22.439 in recent times with united states with the relationship between improved ."
-"-22.538 recently with united states with the relation improved ."
-"-22.811 in recent times in india with united states relationship between improved ."
-"-10.471 mathematics so science language ."
-"-10.543 mathematics is science language ."
-"-11.587 mathematics that science language ."
-"-12.065 science mathematics that language ."
-"-322.982 from this it can be understood easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.995 it can be understood from this easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-322.996 from this it can be understood easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.010 it can be understood from this easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.095 it can be understood from this can easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.109 it can be understood from this can easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.442 from this it will be it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.453 from this it it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.498 from this it will be it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-323.521 from this it it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-236.836 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-236.965 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.005 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-237.135 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-237.997 in the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-238.127 in the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-238.469 the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-238.599 the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel ."
-"-238.638 in the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-238.721 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novels ."
-"-217.895 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-220.097 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority that the ."
-"-220.171 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority where the ."
-"-220.174 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 single absolute majority in the ."
-"-224.035 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 the . majority in"
-"-432.357 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that ."
-"-433.284 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama ."
-"-433.453 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama ."
-"-433.520 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that ."
-"-433.577 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with that can ."
-"-433.974 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a that ."
-"-434.091 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a and pajama ."
-"-434.368 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that ."
-"-435.295 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama ."
-"-435.464 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to and pajama ."
-"-246.114 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.373 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-246.508 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not ."
-"-246.767 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not ."
-"-246.771 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not ."
-"-247.030 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not ."
-"-247.032 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and more some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not ."
-"-247.426 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and more some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not ."
-"-247.458 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very not common ."
-"-247.572 other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these very is not ."
-"-256.668 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers ."
-"-257.068 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the is ."
-"-257.080 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers ."
-"-257.139 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the ."
-"-257.480 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the is ."
-"-257.520 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the the ."
-"-257.551 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the ."
-"-257.705 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the fingers ."
-"-257.756 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers ."
-"-257.932 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the the ."
-"-321.077 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-321.092 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-321.673 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-321.689 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-322.768 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-323.365 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-664.033 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.104 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-664.430 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- , the ."
-"-664.633 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-664.703 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-665.029 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- , the ."
-"-665.105 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- on the ."
-"-665.144 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city as the national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f he was the main speech -lrb- keynote speech -rrb- on the ."
-"-665.170 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national was he main speech -lrb- keynote speech -rrb- on the ."
-"-665.175 on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- to the ."
-"-187.213 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as ."
-"-187.302 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as a ."
-"-187.326 based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as ."
-"-187.415 based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as a ."
-"-187.500 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as ."
-"-187.589 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as a ."
-"-187.612 based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as ."
-"-187.644 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the whole of west pakistan a province was considered as ."
-"-187.701 based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as a ."
-"-187.733 based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the whole of west pakistan a province was considered as a ."
-"-110.415 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-110.598 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-110.707 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-111.160 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-111.550 . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-112.488 mathematical theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-4.318 external links of"
-"-5.587 external link of"
-"-5.674 outer link of"
-"-5.747 external communication of"
-"-6.128 outer communication of"
-"-49.965 tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city"
-"-50.012 tata communicationer " foreign sanchar nigam limited building it is the telecommunication system is a one of the main providers"
-"-50.098 tata communication " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city"
-"-50.441 tata communicationer " foreign sanchar nigam limited building it in the city telecommunication system is a one of the main providers"
-"-50.456 tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system in the city"
-"-50.589 tata communication " foreign sanchar nigam limited building this is one of the main providers in telecommunication system in the city"
-"-50.709 tata communicationer " foreign sanchar nigam limited building it telecommunication system of the city is a one of the main providers"
-"-50.735 tata communicationer " foreign sanchar nigam limited building it is the telecommunication system a one of the main providers"
-"-50.780 tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city is"
-"-50.893 tata communicationer " foreign sanchar nigam limited building it is in the city telecommunication system is a one of the main providers"
-"-241.090 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-241.262 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-241.368 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-241.540 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states ."
-"-241.586 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states ."
-"-241.820 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in national election won all and was elected as the 44th president of the united states ."
-"-241.865 in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states ."
-"-241.881 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly the national election won all and was elected as the 44th president of the united states ."
-"-241.915 in the year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-241.944 in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states ."
-"-332.122 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-332.706 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-333.394 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 from \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage"
-"-333.411 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-333.551 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-333.558 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-333.877 many the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-334.019 of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-334.071 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage from"
-"-140.876 britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.370 britain writers written drama novels stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.436 britain writers written drama novel stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.720 britain writers written drama novels story and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.838 britain writers written drama novels stories and recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-141.930 britain writers written drama novel stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-141.937 britain writers written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-142.192 britain writers the drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-142.214 britain writers written drama novels story and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-142.280 britain writers written drama novel story and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-19.117 1919 , in the month of may it was published in saogat magazine ."
-"-19.140 in the month of may , 1919 it was published in saogat magazine ."
-"-19.348 1919 , it was published in saogat magazine in the month of may ."
-"-19.883 1919 on it was published in saogat magazine in the month of may ."
-"-20.253 in 1919 it was published in saogat magazine in the month of may ."
-"-20.330 in 1919 in the month of may it was published in saogat magazine ."
-"-20.762 1919 , it was published in saogat magazine during the month of may ."
-"-21.296 1919 on it was published in saogat magazine during the month of may ."
-"-21.667 in 1919 it was published in saogat magazine during the month of may ."
-"-452.293 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-452.393 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-452.714 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-452.814 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-453.595 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in ."
-"-453.695 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in ."
-"-453.728 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in ."
-"-453.979 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-454.079 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-454.400 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized ."
-"-12.088 to prevent this several measures are taken ."
-"-13.100 to avoid this possibility several measures are taken ."
-"-15.767 to prevent this several measures are the ."
-"-16.171 to prevent this several measures are in the ."
-"-16.336 to prevent this several measures are in ."
-"-334.940 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-335.202 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in ."
-"-335.223 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-335.450 on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-341.281 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-341.957 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-342.020 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank took secured its place in the ."
-"-342.985 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f took bank secured its place in the ."
-"-343.243 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the ."
-"-343.618 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the goods ."
-"-344.062 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-344.738 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-345.143 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and had \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-345.819 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and had \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"1.726 subject category : encyclopedia"
-"0.624 subject class : encyclopedia"
-"0.479 subject matter : encyclopedia"
-"0.305 subject : encyclopedia"
-"-0.153 category : encyclopedia"
-"-132.586 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defense sub country ."
-"-132.906 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-133.257 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country of india and defense sub country ."
-"-133.294 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-133.416 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defence sub country ."
-"-133.736 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-133.777 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 countries and defense sub country ."
-"-133.794 russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-133.804 russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-134.624 russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-144.029 this is our known as an imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.652 this is our known as imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-144.865 this is our known as an imaginary unit which with the help of mathematics formed the set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.042 this is our known as an imaginary unit which with the help of mathematics formed are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.094 this is our known as an imaginary unit which with the help of mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.309 this is our known as an imaginary unit which with the help of mathematics formed the real number set from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.488 this is our known as imaginary unit which with the help of mathematics formed the set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.665 this is our known as imaginary unit which with the help of mathematics formed are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.717 this is our known as imaginary unit which with the help of mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-145.832 this is our known as an imaginary unit which with the help of mathematics formed the set of real number to \u09b8\u09c7\u099f\u09c7 par with the complex number ."
-"-13.673 <address>"
-"-120.820 < \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-219.955 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ,"
-"-220.429 , lt , \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-220.805 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ;"
-"-221.814 < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt and"
-"1.148 september"
-"-3.006 september ."
-"-103.288 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-133.987 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.257 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-134.405 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported ."
-"-134.676 from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported ."
-"-134.713 from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.731 this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-134.984 from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-135.001 this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support ."
-"-135.132 from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported ."
-"-135.265 however , from this theory the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support ."
-"-254.285 agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-254.323 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-254.426 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world ."
-"-254.434 agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the ."
-"-254.473 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the ."
-"-254.575 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the ."
-"-254.907 agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-254.945 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-255.035 agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-255.048 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world ."
-"-115.913 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.241 their mathematics explains \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.692 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was ."
-"-117.711 in mathematics their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.775 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.823 in mathematics of their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-117.940 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was ."
-"-118.017 their in mathematics was \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were ."
-"-548.678 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-549.105 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-549.276 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka ."
-"-549.440 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka ."
-"-549.702 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka ."
-"-549.867 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka ."
-"-550.038 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka ."
-"-550.040 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-550.464 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka ."
-"-550.466 deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka ."
-"-117.393 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-117.961 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-118.373 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at ."
-"-118.438 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-118.475 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated ."
-"-118.654 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in ."
-"-118.668 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located at ."
-"-118.942 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at ."
-"-119.007 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-119.223 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in ."
-"-445.790 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-445.962 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean ."
-"-446.269 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.441 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean ."
-"-446.505 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south of the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.556 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.604 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.613 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-446.677 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south of the \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean ."
-"-446.722 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean ."
-"-248.040 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations ."
-"-248.164 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations ."
-"-248.648 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.772 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations ."
-"-248.791 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.825 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the decision of the united nations within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.916 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.949 other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the decision of the united nations within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking ."
-"-248.954 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-249.057 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision ."
-"-125.132 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by ."
-"-125.984 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the ."
-"-125.986 \u0995\u09be\u09b0\u09cd\u09b2 there is works that it is controlled by ."
-"-126.112 \u0995\u09be\u09b0\u09cd\u09b2 there is work that it is controlled by ."
-"-126.220 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this is controlled by ."
-"-126.432 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the ."
-"-126.447 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it is controlled by ."
-"-157.897 the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.142 the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.179 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.424 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.455 the subject sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.701 the subject sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-158.738 the subject sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-158.983 the subject sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-159.231 the subject matters sometimes from puran -lrb- sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-159.296 the subject matters sometimes puran -lrb- sometimes from in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-344.330 three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-345.865 three measure based on the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-346.107 three measure based on the age of the universe is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-346.305 three measure based on the age of the universe is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-346.572 three measure based on that the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-348.107 three measure based on that the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-348.349 three measure based on that the age of the universe is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-348.547 three measure based on that the age of the universe is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-349.266 three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion year ."
-"-350.801 three measure based on the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion year ."
-"-235.123 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-235.484 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-235.808 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be located ."
-"-236.103 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at ."
-"-236.141 \u0995\u09be\u099b\u09c7\u0987 there is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-236.168 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in ."
-"-236.282 \u0995\u09be\u099b\u09c7\u0987 are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-236.371 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea another can be situated ."
-"-236.384 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in ."
-"-236.499 \u0995\u09be\u099b\u09c7\u0987 there are eastern russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-119.076 in kolkata is located at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.169 in kolkata is located in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.263 in kolkata is situated at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-119.665 in kolkata is situated in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.880 in kolkata is located at the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.887 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.912 in kolkata is located at the national library of india the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-120.973 in kolkata is located in the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-121.004 in kolkata is located in the national library of india the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-121.067 in kolkata is situated at the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-103.288 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-218.172 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon"
-"-218.226 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon"
-"-220.109 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon"
-"-221.235 \u09ac\u09be\u09a8 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary ki moon"
-"-221.542 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon"
-"-337.188 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.335 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.851 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-337.998 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.299 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-338.446 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-1714.540 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.622 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.748 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.769 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.830 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.851 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1714.978 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1715.032 the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " , it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1715.060 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1715.114 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " , it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-336.768 after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-336.929 after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.044 after that 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.100 after that , 1953 during the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.124 after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.286 after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.301 after that , 1953 in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.367 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-337.401 after that 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-337.457 after that , 1953 during the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-242.245 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.290 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.774 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.788 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.819 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.833 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.915 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.960 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-242.973 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain ."
-"-243.018 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain ."
-"-103.288 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995"
-"-443.070 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo"
-"-443.197 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened"
-"-444.124 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased ghotechilo"
-"-444.714 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased already happened"
-"-444.808 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are mentionable the already happened"
-"-445.096 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened"
-"-445.116 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are of the already happened"
-"-445.119 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his are in the city of the already happened"
-"-445.235 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the are the already happened"
-"-445.283 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the city are the already happened"
-"-26.515 many important and real extremely necessary to solve problems complex number"
-"-26.733 many important and real to solve problems complex number apariharza"
-"-26.848 many important and real to solve problems extremely necessary complex number"
-"-27.273 many important and real to solve problems complex number inevitable"
-"-27.283 many important and real extremely necessary to solve problems complex numbers"
-"-27.298 many important and real problem extremely necessary to solve complex number"
-"-27.308 many important and real to solve problems complex number extremely necessary"
-"-27.422 many important and real problem to solve complex number inevitable"
-"-27.457 many important and real problem to solve complex number extremely necessary"
-"-27.756 many important and real to solve problems extremely necessary complex numbers"
-"-46.594 the big bang is a important result are in the state of the universe so and recent situation from the separate ."
-"-46.767 the big bang is a important result is in the state of the universe so and recent situation from the separate ."
-"-47.097 the big bang is a important result are in the state of the universe so and recent situation from the the ."
-"-47.151 the big bang is a important result are in the state of the universe so and recent situation from the different ."
-"-47.270 the big bang is a important result is in the state of the universe so and recent situation from the the ."
-"-47.324 the big bang is a important result is in the state of the universe so and recent situation from the different ."
-"-47.472 the big bang is a important result are in the state of the universe so and recent state from the separate ."
-"-47.646 the big bang is a important result is in the state of the universe so and recent state from the separate ."
-"-47.814 the big bang is a important result are in the universe so state and recent situation from the separate ."
-"-47.853 the big bang is a important result are in the state of the universe so and recent situation from completely separate ."
-"-104.858 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-207.084 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-219.540 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.826 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.926 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-219.999 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-220.052 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.167 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-220.337 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.438 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-220.452 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-0.994 labour economics"
-"-1.238 labor economy"
-"-2.085 labor economy ."
-"-3.592 labor economics"
-"-4.189 labour economy"
-"-4.211 the labor economy"
-"-20.876 britain was once upon a time the main and his economic power in the world ."
-"-21.159 britain was once upon a time the and his economic power in the world ."
-"-21.293 britain was once upon a time his and the main economic power in the world ."
-"-21.391 britain at some point of time was the main and his economic power in the world ."
-"-21.710 britain at the same time was the main and his economic power in the world ."
-"-21.899 britain at one point of time was the main and his economic power in the world ."
-"-22.348 britain once upon a time was the main and his economic power in the world ."
-"-22.745 britain was once upon a time main and his economic power in the world ."
-"-22.813 britain at some point of time in the world was the main economic power and his ."
-"-22.850 britain at some point of time was his and the main economic power in the world ."
-"-266.275 movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.393 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.487 movement against the pakistani military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.505 movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.536 movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.570 movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and movement of the bengalis independence , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.604 movement against the pakistani military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.622 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.687 movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-266.716 movement against the pakistani military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-171.397 here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-171.639 here is mentioned that were internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-171.721 here is mentioned that were internet and other name of world wide web to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.036 here is mentioned that were internet and world wide web \u2019 s synonymous to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.203 here is mentioned that were internet and other name of world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.747 here is mentioned that many internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.989 here is mentioned that many internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-172.999 here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-173.072 here is mentioned that many internet and other name of world wide web to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-173.241 here is mentioned that were internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-31.445 . the related z polar co-ordinate two are r = ."
-"-31.908 . the related z polar co-ordinate two is r = ."
-"-32.274 . the related of z polar co-ordinate two are r = ."
-"-32.722 . z its related polar co-ordinate two are r = ."
-"-32.737 . the related of z polar co-ordinate two is r = ."
-"-32.749 in the related z polar co-ordinate two are r = ."
-"-32.809 . z the related polar co-ordinate two are r = ."
-"1.122 november"
-"-4.248 november ."
-"-103.288 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-337.642 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.450 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.529 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-338.826 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to used ."
-"-339.004 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 to mail to ."
-"-339.066 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-339.213 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-339.272 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to arrested ."
-"-339.300 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to ."
-"-339.300 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to ."
-"-453.504 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-453.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.443 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.447 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.737 \u099c\u09c0\u09ac science the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.823 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the about the practical subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.872 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the issue to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.901 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-454.903 \u099c\u09c0\u09ac science that the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-455.330 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the issue to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-467.773 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-467.834 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.060 water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-468.122 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-468.162 water river from \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.224 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.293 water river from \u0989\u09a0\u09be\u09a8\u09cb it was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.355 water from the river \u0989\u09a0\u09be\u09a8\u09cb it was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system ."
-"-468.450 water river from \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-468.512 water from the river \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method ."
-"-25.170 among these there are tribal dance lokuj dance classical dance etc ."
-"-25.620 among these there are tribal dance influences impact dance classical dance etc ."
-"-26.831 among them are tribal dance lokuj dance classical dance etc ."
-"-27.046 among these there is tribal dance lokuj dance classical dance etc ."
-"-27.496 among these there is tribal dance influences impact dance classical dance etc ."
-"-128.172 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-128.707 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the ."
-"-128.982 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-129.377 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the in the ."
-"-129.578 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the the ."
-"-129.651 the oldest literature first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-129.915 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the in the ."
-"-129.925 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the in ."
-"-129.969 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the the ."
-"-130.156 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the in ."
-"-681.400 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.602 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.620 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.675 in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.684 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.822 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.844 on the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.861 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as ."
-"-681.877 in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-681.886 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as ."
-"-108.280 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-108.571 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-109.025 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-109.415 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-110.926 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be mathematical theory ."
-"-113.178 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-126.793 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-126.966 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-127.419 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system such as windows and mac os to linux in different different ."
-"-127.754 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like the windows and mac os to linux in different different ."
-"-127.852 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from linux in different different ."
-"-127.927 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like the windows and mac os to linux in different different ."
-"-128.024 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os from linux in different different ."
-"-128.239 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 linux operating system like the windows and mac os to do their different ."
-"-128.265 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate ."
-"-128.309 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 linux operating system like the windows and mac os to in different different ."
-"-215.125 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-215.700 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to the \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-216.133 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to \u09ad\u09be\u09b7\u09cd\u09af ,"
-"-217.133 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,"
-"-217.215 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-217.239 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,"
-"-217.435 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-461.854 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-461.897 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.229 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is ."
-"-462.237 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way ."
-"-462.272 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is ."
-"-462.279 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way ."
-"-462.350 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.392 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.512 open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open in \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-462.554 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open in \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-107.382 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-108.858 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-110.883 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 the"
-"-111.027 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of bangladesh dhaka"
-"-111.126 bangladesh dhaka \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7"
-"-111.514 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 bangladesh dhaka"
-"-109.139 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-109.520 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-110.263 the first world war germany can be \u09b9\u09c7\u09b0\u09c7 ."
-"-110.711 the first world war german \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-111.092 the first world war german \u09b9\u09c7\u09b0\u09c7 can be ."
-"-111.122 germany the first world war \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-32.160 but this subject is to understand for even research to going on ."
-"-32.389 but this subject is to understand for even research progress going on ."
-"-32.514 but this subject is to understand even for research to going on ."
-"-32.599 but this subject is to understand for presently research to going on ."
-"-32.608 but this subject is to understand presently for research to going on ."
-"-32.743 but this subject is to understand even for research progress going on ."
-"-32.828 but this subject is to understand for presently research progress going on ."
-"-32.836 but this subject is to understand presently for research progress going on ."
-"-33.085 but this subject is to for even research to going on ."
-"-103.288 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a"
-"-118.584 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-118.970 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-119.007 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was made ."
-"-119.052 he was for military forces \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-119.195 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-119.315 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-119.424 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was created ."
-"-119.437 he was for military forces \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-119.475 he was for military forces \u0986\u09a8\u09ab\u09bf\u099f declared was made ."
-"-120.208 he was for the military forces \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-478.493 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.680 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.753 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.940 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.984 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government with \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-478.985 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib for to form the government \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.051 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.071 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.145 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was for to form the government \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-479.157 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-217.956 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.249 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.435 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.670 and computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.855 and computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-218.963 the computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-219.032 and computer words meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-219.069 and computer words the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-219.149 and the computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-236.748 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.808 on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.813 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.833 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.873 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-236.899 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-237.042 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.102 on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.108 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-237.127 on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence written proclamation \u099c\u09be\u09b0\u09bf the ."
-"-447.278 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through a country of europe ."
-"-447.969 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the is a country of europe ."
-"-447.976 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe ."
-"-448.142 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- middle is a country of europe ."
-"-448.203 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- central is a country of europe ."
-"-448.948 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe ."
-"-449.132 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in a country of europe ."
-"-449.136 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in is a country of europe ."
-"-449.138 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- middle a country of europe ."
-"-449.331 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the middle is a country of europe ."
-"-110.479 the main religion \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae from russia ."
-"-110.595 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion ."
-"-110.737 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion ."
-"-111.472 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia main religion ."
-"-111.696 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the religion of russia ."
-"-112.120 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia of the main religion ."
-"-112.320 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion ."
-"-321.499 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-322.246 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.577 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.606 but \u0997\u09b2\u09a6\u09c7\u09b0 the two \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.608 but \u0997\u09b2\u09a6\u09c7\u09b0 are \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-323.760 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-4.645 subject category : gnu foundation"
-"-5.952 subject class : gnu foundation"
-"-6.057 subject : gnu foundation"
-"-6.097 subject matter : gnu foundation"
-"-6.361 subject category : gonu foundation"
-"-6.519 category : gnu foundation"
-"-124.215 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-124.324 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-124.637 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-125.398 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-125.403 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-125.507 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study in the ."
-"-125.508 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-125.513 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-125.533 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-125.617 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study in the ."
-"-335.374 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.614 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.670 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.763 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.855 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-335.910 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.003 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.003 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.243 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-336.299 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-13.547 on 23rd april 1992 satyajit died ."
-"-13.865 on 23rd april 1992 satyajit expired ."
-"-14.349 on 23rd april 1992 satyajit passed away ."
-"-15.479 , on 23rd april 1992 satyajit died ."
-"-232.362 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.364 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.423 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.424 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.483 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.485 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.544 at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.545 during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to ."
-"-232.659 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-232.661 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-338.434 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-338.715 apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.387 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.774 other than acted rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-339.815 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 various \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-340.056 apart from acted rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-341.428 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af organizations connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-341.691 other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af connected with are \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-341.709 apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af organizations connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-341.972 apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af connected with are \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-358.420 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-358.507 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.274 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.359 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.360 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.371 bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.445 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.454 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.457 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-359.600 bengali literature and culture the special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-131.010 in kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-131.047 kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason"
-"-132.052 in kolkata durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.088 kolkata durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.288 in kolkata durga puja tourists spot of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.325 kolkata durga puja tourists spot of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.364 in kolkata durga puja tourism of the \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.401 kolkata durga puja tourism of the \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.643 kolkata 's durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-132.694 the durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-38.023 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-38.234 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-38.458 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-39.049 but when millions of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-42.727 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-43.162 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-901.665 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.686 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.706 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.789 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " , the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.834 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-901.855 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-901.875 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the ."
-"-901.906 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.927 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-901.927 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene , " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in ."
-"-251.701 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-251.890 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-252.122 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-252.311 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people ."
-"-252.494 a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-252.561 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development it ."
-"-252.684 a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-252.750 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development people ."
-"-252.881 a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development emperor ."
-"-252.916 a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-16.182 the arousal activities before penetrating male organ into vagina is called foreplay ."
-"-18.301 excitement before entering penis in to vagina is called as shringar ."
-"-18.399 the arousal activities before penetrating male organ into vagina is called the foreplay ."
-"-18.916 the arousal activities before penetrating male organ into vagina is called as the foreplay ."
-"-18.991 the arousal activities before penetrating male organ into vagina is called stimulation ."
-"-341.900 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.098 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.401 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-342.474 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.625 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-342.672 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.823 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-342.975 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-342.986 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in to was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-343.116 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in is was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-217.337 these \u098f\u0995\u098f the mycelium formed the ."
-"-217.640 these \u098f\u0995\u098f to mycelium formed the ."
-"-217.706 these are \u098f\u0995\u098f the mycelium formed the ."
-"-218.008 these are \u098f\u0995\u098f to mycelium formed the ."
-"-218.513 these \u098f\u0995\u098f by mycelium formed the ."
-"-218.612 these \u098f\u0995\u098f by the mycelium formed the ."
-"-218.675 these \u098f\u0995\u098f the mycelium was formed by the ."
-"-6.462 russia at present a democratic country ."
-"-7.292 russia now a democratic country ."
-"-7.364 russia at present is a democratic country ."
-"-3.566 penis"
-"-3.988 gender"
-"-4.385 sex"
-"-5.681 the"
-"-5.746 sexual organs"
-"-103.288 \u09b2\u09bf\u0999\u09cd\u0997"
-"-3.009 this state is called orgasm ."
-"-7.491 in this state is called orgasm ."
-"-8.316 this state is called the orgasm ."
-"-8.507 this situation is called orgasm ."
-"-34.264 history different period here was established royal more than one empire ."
-"-34.343 history different period this was established royal more than one empire ."
-"-34.344 the different period here was established royal more than one empire ."
-"-34.400 history different period was established this royal more than one empire ."
-"-34.423 the different period this was established royal more than one empire ."
-"-34.705 history different period here itself was established royal more than one empire ."
-"-34.842 history different period here only was established royal more than one empire ."
-"-34.922 the different period here only was established royal more than one empire ."
-"-35.172 history different period here was established royal more than one kingdom ."
-"-35.251 history different period this was established royal more than one kingdom ."
-"-0.625 micro economics"
-"-2.243 macro economics"
-"-4.426 macro economy"
-"-4.763 macro economics ."
-"-5.267 macro economy ."
-"-5.717 micro economy"
-"-5.724 microeconomics"
-"-29.010 the user to operating system the visible form of the computer interface ."
-"-29.437 the user to operating system most visible form of the computer interface ."
-"-29.636 the user to operating system the most visible form of the computer interface ."
-"-29.674 user to operating system the visible form of the computer interface ."
-"-29.793 the user to operating system the visible are the form of computer interface ."
-"-30.125 the user to operating system the visible is the form of computer interface ."
-"-30.297 the user to operating system the visible form of the computers interface ."
-"-30.497 the user to operating system are the form of the visible computer interface ."
-"-30.536 the user to operating system the visible form of are computer interface ."
-"-30.724 the user to operating system most visible form of the computers interface ."
-"-110.935 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government"
-"-111.050 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 temporary bangladesh government in 1971"
-"-111.126 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary bangladesh government"
-"-111.220 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 temporary bangladesh government , 1971"
-"-111.288 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary government of bangladesh"
-"-111.480 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary government of bangladesh"


[25/30] incubator-joshua git commit: nogrammar / empty test

Posted by mj...@apache.org.
nogrammar / empty test


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/7bbae72c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/7bbae72c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/7bbae72c

Branch: refs/heads/7_confsystem
Commit: 7bbae72c46149441164689fb12a3084c2b40ab35
Parents: a466773
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 22:09:20 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 22:09:20 2016 +0200

----------------------------------------------------------------------
 .../joshua/decoder/cky/NoGrammarTest.java       | 75 ++++++++++----------
 .../resources/decoder/empty-test/.gitignore     |  3 -
 .../src/test/resources/decoder/empty-test/input |  1 -
 .../resources/decoder/empty-test/output.gold    |  1 -
 .../test/resources/decoder/empty-test/test.sh   | 29 --------
 5 files changed, 36 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/7bbae72c/joshua-core/src/test/java/org/apache/joshua/decoder/cky/NoGrammarTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/NoGrammarTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/NoGrammarTest.java
index cae9c4d..4c52083 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/NoGrammarTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/NoGrammarTest.java
@@ -1,20 +1,16 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license
+ * agreements. See the NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The ASF licenses this file to you 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
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
  */
 package org.apache.joshua.decoder.cky;
 
@@ -22,35 +18,36 @@ import static org.apache.joshua.decoder.cky.TestUtil.translate;
 import static org.testng.Assert.assertEquals;
 
 import org.apache.joshua.decoder.Decoder;
-import org.apache.joshua.decoder.JoshuaConfiguration;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigValueFactory;
+
 public class NoGrammarTest {
 
-	private static final String INPUT = "those who hurt others hurt themselves";
-	private static final String GOLD = "0 ||| those_OOV who_OOV hurt_OOV others_OOV hurt_OOV themselves_OOV ||| glue_0=-6.000000 ||| 0.000";
-	
-	private JoshuaConfiguration joshuaConfig = null;
-	private Decoder decoder = null;
-	
-	@BeforeMethod
-	public void setUp() throws Exception {
-		joshuaConfig = new JoshuaConfiguration();
-		joshuaConfig.mark_oovs = true;
-		decoder = new Decoder(joshuaConfig);
-	}
-
-	@AfterMethod
-	public void tearDown() throws Exception {
-		decoder.cleanUp();
-		decoder = null;
-	}
-	
-	@Test
-	public void givenInput_whenDecodingWithoutGrammar_thenOutputAllOOV() {
-		String output = translate(INPUT, decoder, joshuaConfig);
-		assertEquals(output.trim(), GOLD);
-	}	
+  private static final String INPUT = "those who hurt others hurt themselves";
+  private static final String GOLD = "0 ||| those_OOV who_OOV hurt_OOV others_OOV hurt_OOV themselves_OOV ||| glue_0=-6.000000 ||| 0.000";
+
+  private Decoder decoder = null;
+
+  @BeforeMethod
+  public void setUp() throws Exception {
+    Config config = Decoder.getDefaultFlags()
+        .withValue("mark_oovs",  ConfigValueFactory.fromAnyRef(true));
+    decoder = new Decoder(config);
+  }
+
+  @AfterMethod
+  public void tearDown() throws Exception {
+    decoder.cleanUp();
+    decoder = null;
+  }
+
+  @Test
+  public void givenInput_whenDecodingWithoutGrammar_thenOutputAllOOV() {
+    String output = translate(INPUT, decoder);
+    assertEquals(output.trim(), GOLD);
+  }
 }

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/7bbae72c/joshua-core/src/test/resources/decoder/empty-test/.gitignore
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/empty-test/.gitignore b/joshua-core/src/test/resources/decoder/empty-test/.gitignore
deleted file mode 100644
index cf5f806..0000000
--- a/joshua-core/src/test/resources/decoder/empty-test/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-diff
-output
-log

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/7bbae72c/joshua-core/src/test/resources/decoder/empty-test/input
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/empty-test/input b/joshua-core/src/test/resources/decoder/empty-test/input
deleted file mode 100644
index ed95e87..0000000
--- a/joshua-core/src/test/resources/decoder/empty-test/input
+++ /dev/null
@@ -1 +0,0 @@
-those who hurt others hurt themselves

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/7bbae72c/joshua-core/src/test/resources/decoder/empty-test/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/empty-test/output.gold b/joshua-core/src/test/resources/decoder/empty-test/output.gold
deleted file mode 100644
index c914a56..0000000
--- a/joshua-core/src/test/resources/decoder/empty-test/output.gold
+++ /dev/null
@@ -1 +0,0 @@
-0 ||| those_OOV who_OOV hurt_OOV others_OOV hurt_OOV themselves_OOV ||| tm_glue_0=6.000 ||| 0.000

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/7bbae72c/joshua-core/src/test/resources/decoder/empty-test/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/empty-test/test.sh b/joshua-core/src/test/resources/decoder/empty-test/test.sh
deleted file mode 100755
index 452fbc3..0000000
--- a/joshua-core/src/test/resources/decoder/empty-test/test.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input | $JOSHUA/bin/joshua-decoder -mark-oovs true > output 2> log
-
-diff -u output output.gold > diff
-
-if [ $? -eq 0 ]; then
-    rm -f log output diff
-    exit 0
-else
-    exit 1
-fi


[19/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.gold b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.gold
new file mode 100644
index 0000000..b15cb16
--- /dev/null
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.gold
@@ -0,0 +1,864 @@
+-230.669 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-230.837 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-231.593 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-231.977 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-232.054 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-232.473 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
+-26.695 in recent times of india with united states relationship between improved .
+-27.174 in recent times india with united states relationship between improved .
+-27.329 in recent times of india with the united states relationship between improved .
+-27.367 in recent times of india with united states relation between improved .
+-27.695 in recent times in india with united states relationship between improved .
+-27.807 in recent times india with the united states relationship between improved .
+-27.845 in recent times india with united states relation between improved .
+-28.000 in recent times of india with the united states relation between improved .
+-28.037 in recent times of india with united states relation improved .
+-28.367 in recent times in india with united states relation between improved .
+-12.270 mathematics is science language .
+-12.290 mathematics so science language .
+-14.648 mathematics hence science language .
+-14.684 mathematics that is why science language .
+-14.686 mathematics that science language .
+-14.843 mathematics is science languages .
+-14.864 mathematics so science languages .
+-14.908 mathematics is reasons language .
+-329.615 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-329.869 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.539 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.631 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.793 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.878 from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-330.886 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.119 from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.132 from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-331.188 from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .
+-244.715 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .
+-244.892 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.063 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.074 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-245.208 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from .
+-245.411 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from .
+-245.823 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .
+-245.993 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to .
+-246.000 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .
+-246.051 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the .
+-222.050 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .
+-223.836 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in .
+-224.380 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the .
+-224.789 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods .
+-224.989 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .
+-224.991 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . .
+-225.383 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of .
+-225.396 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , .
+-439.395 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .
+-439.526 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama .
+-440.155 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama .
+-440.188 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that .
+-440.260 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that .
+-440.280 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that .
+-440.347 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that .
+-440.391 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama .
+-440.410 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama .
+-440.477 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama .
+-252.348 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-252.542 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .
+-252.593 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-252.750 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are but these are very is not .
+-252.821 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .
+-252.996 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .
+-253.469 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .
+-254.074 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very common not .
+-254.268 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very common not .
+-254.318 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very common not .
+-264.205 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.435 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.473 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.567 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.703 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.755 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.796 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.875 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .
+-264.985 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .
+-264.988 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina .
+-324.551 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter
+-324.635 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter
+-324.722 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters
+-324.806 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters
+-326.046 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres
+-326.131 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres
+-327.121 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above
+-327.206 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above
+-675.013 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.262 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the .
+-675.282 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.530 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the .
+-675.766 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the .
+-675.800 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the .
+-675.864 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the .
+-675.940 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the .
+-676.015 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the .
+-676.035 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the .
+-199.891 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-199.915 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-199.968 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-199.992 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.147 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.171 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.224 population based on this distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.248 population based on this distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-200.372 population based on of power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan is a province considered as the .
+-200.396 population based on of power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the west pakistan a province considered as the .
+-113.022 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-113.373 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-113.486 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory
+-115.266 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-115.559 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8
+-115.616 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-115.729 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of
+-117.032 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is
+-6.764 external links of
+-7.040 relation with outside of
+-7.543 external link of
+-7.776 external communication of
+-8.099 external connections of
+-8.379 external connection of
+-8.600 external link by
+-8.928 external communication by
+-9.099 external links by
+-9.281 external connections by
+-160.634 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a is one of the main providers
+-160.757 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a is one of the main providers
+-161.062 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.185 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.594 tata communication overseas this \u09a8\u09bf\u0997\u09ae limited building it in the city telecommunication system is a is one of the main providers
+-161.614 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it is in the city telecommunication system is a is one of the main providers
+-161.737 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building it is in the city telecommunication system is a is one of the main providers
+-161.868 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers
+-161.991 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers
+-161.994 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building it in the telecommunication system is a one of the main providers
+-342.060 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .
+-342.499 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .
+-342.884 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as .
+-343.137 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as .
+-343.290 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as .
+-343.354 he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .
+-343.597 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as .
+-343.600 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states .
+-343.619 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as .
+-343.622 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .
+-337.568 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-337.736 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.457 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-338.537 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage
+-338.625 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.705 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-338.832 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage
+-339.032 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage
+-339.800 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage
+-146.351 britain writers written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-146.684 britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .
+-146.778 britain writers written drama novels stories and recently script in the \u0986\u09a6\u09c3\u09a4 .
+-147.082 britain writers written drama novels stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.110 britain writers of written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.111 britain writers written drama novels stories and recently script in \u0986\u09a6\u09c3\u09a4 .
+-147.171 britain writers written drama novels story and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.193 britain writers of the drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.213 britain writers of the play novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-147.233 britain writers written drama novel stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .
+-29.082 1919 , on may month it saogat magazine was published in the .
+-29.173 1919 on may month it saogat magazine was published in the .
+-29.196 1919 , on may month it saogat magazine was published .
+-29.287 1919 on may month it saogat magazine was published .
+-29.459 1919 , on may month it is saogat magazine was published in the .
+-29.550 1919 on may month it is saogat magazine was published in the .
+-29.572 1919 , on may month it is saogat magazine was published .
+-29.663 1919 on may month it is saogat magazine was published .
+-29.879 1919 , on may month it saogat magazine was published in .
+-29.971 1919 on may month it saogat magazine was published in .
+-460.093 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.244 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.557 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.712 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-460.863 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .
+-461.115 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.266 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.734 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-461.872 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the .
+-461.885 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .
+-21.333 to prevent this several measures are taken .
+-23.640 to prevent this several measures are in the .
+-23.669 to prevent this several measures are the .
+-23.707 to prevent this several measures are .
+-24.099 to prevent this several measures are in .
+-24.504 to avoid this possibility several measures are taken .
+-342.312 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.432 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.506 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.592 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.627 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.668 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.787 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-342.948 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-343.049 \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .
+-343.128 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in .
+-348.887 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-349.144 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+-349.389 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted .
+-349.516 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took .
+-349.627 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in .
+-350.110 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the .
+-350.210 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-350.262 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .
+-350.466 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+-350.518 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .
+0.287 subject category : encyclopedia
+-0.402 subject class : encyclopedia
+-0.446 subject matter : encyclopedia
+-0.476 subject : encyclopedia
+-0.771 category : encyclopedia
+-136.247 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-136.623 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .
+-137.101 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country .
+-137.110 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .
+-138.471 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country .
+-138.812 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country .
+-138.964 russia france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-139.267 russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of .
+-139.279 russia france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .
+-139.340 russia france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .
+-155.661 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-155.793 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.117 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.225 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .
+-156.249 this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.297 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .
+-156.357 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .
+-156.402 this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .
+-156.430 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .
+-156.753 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with .
+-21.727 <address>
+-126.861 " \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.198 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.412 " \u09a0\u09bf\u0995\u09be\u09a8\u09be >
+-127.534 < \u09a0\u09bf\u0995\u09be\u09a8\u09be "
+-127.749 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >
+0.260 september
+-3.522 september .
+-104.738 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
+-146.591 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-146.595 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-146.769 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-146.773 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-146.839 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.017 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-147.132 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.181 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .
+-147.310 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-147.359 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .
+-260.498 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-260.574 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-261.141 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-261.217 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-261.521 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-261.619 agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-262.127 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af why cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .
+-262.147 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export of the .
+-262.163 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .
+-262.170 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af of europe and in the whole world export .
+-118.675 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-119.589 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was .
+-119.755 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was .
+-119.974 in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.094 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was .
+-120.273 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.375 of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .
+-120.399 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was .
+-120.487 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was .
+-567.758 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .
+-567.768 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .
+-568.152 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .
+-568.161 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .
+-568.499 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .
+-568.508 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .
+-568.892 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .
+-568.902 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .
+-569.253 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 of the soviet russia iran iraq and sri lanka .
+-569.262 deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 of the soviet russia iran iraq and sri lanka .
+-119.423 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .
+-119.722 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .
+-119.957 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated .
+-120.301 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located .
+-120.554 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .
+-120.695 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .
+-120.727 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .
+-120.834 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located .
+-120.852 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .
+-121.016 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in .
+-458.709 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.196 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the side of atlantic ocean .
+-459.235 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the of atlantic ocean .
+-459.297 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.406 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the of the atlantic ocean .
+-459.447 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the side of the atlantic ocean .
+-459.508 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.586 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the the atlantic ocean .
+-459.698 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the towards the atlantic ocean .
+-459.707 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb west and the on the atlantic ocean .
+-349.945 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.476 apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.589 apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-350.844 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.121 apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.262 apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.267 apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.327 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.427 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-351.449 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .
+-129.293 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the .
+-130.169 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .
+-130.397 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the .
+-130.442 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by .
+-130.455 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the .
+-130.463 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the .
+-130.546 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the .
+-130.628 \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the .
+-130.739 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the .
+-131.107 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the .
+-164.027 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-164.878 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .
+-164.886 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted .
+-164.988 the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.024 the subject of some puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.028 the subject of sometimes puran -lrb- from the sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.093 the subject of sometimes puran -lrb- from sometimes maintain love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.108 the subject of sometimes puran -lrb- from sometimes middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.123 the subject of sometimes puran -lrb- from sometimes in the middle age love story to sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .
+-165.123 the subject of sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted .
+-354.717 three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.390 three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.566 three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.918 three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-355.947 three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.235 three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.239 three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.484 three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.558 three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-356.591 three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .
+-242.070 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.036 \u0995\u09be\u099b\u09c7\u0987 there are the east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.055 \u0995\u09be\u099b\u09c7\u0987 there are east russia which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.169 \u0995\u09be\u099b\u09c7\u0987 there are of east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .
+-243.186 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in .
+-243.201 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .
+-243.233 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the .
+-243.342 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at .
+-243.364 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .
+-243.375 \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in .
+-123.312 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-123.654 in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-123.951 in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-124.144 in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-124.779 in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.068 in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.571 in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.601 in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-125.684 in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .
+-126.253 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . .
+-104.738 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-222.227 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon
+-222.626 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon
+-224.534 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon
+-225.003 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon
+-225.402 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon
+-226.183 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon
+-226.565 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon
+-226.669 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt
+-343.502 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.536 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.632 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-343.666 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.390 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.424 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.521 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.554 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.816 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae of a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-344.850 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae of a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .
+-1735.945 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.149 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.151 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.297 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.355 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.363 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.461 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- .
+-1736.503 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.517 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-1736.518 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .
+-345.817 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-345.874 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-345.956 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.040 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.057 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.113 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.160 after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.195 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-346.217 after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .
+-346.279 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .
+-250.818 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-250.835 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.000 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.017 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.127 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.145 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.256 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.309 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.317 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-251.327 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .
+-104.738 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
+-450.843 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo
+-450.967 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened
+-451.585 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo
+-451.690 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo
+-451.813 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened
+-452.090 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo
+-452.202 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened
+-452.213 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened
+-452.856 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo
+-452.980 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened
+-31.095 many important and real problem to solve complex number apariharza
+-31.408 many important and real problem to solve complex number extremely necessary
+-31.447 many important and real problem to solve complex number inevitable
+-31.534 many important and real problem to for complex number extremely necessary
+-31.572 many important and real problem to for complex number inevitable
+-31.603 many important and real problems to solve complex number apariharza
+-31.917 many important and real problems to solve complex number extremely necessary
+-31.920 in many important and real problem to solve complex number extremely necessary
+-31.955 many important and real problems to solve complex number inevitable
+-32.043 many important and real problems to for complex number extremely necessary
+-54.021 the big bang is a famous result are in the state of the universe so and the recent state from the separate .
+-54.128 the big bang is a famous result are in the state of the universe so and the recent situation from the separate .
+-54.222 the big bang is a famous result is in the state of the universe so and the recent state from the separate .
+-54.236 the big bang is a famous result are in the state of the universe so and recent state from the separate .
+-54.329 the big bang is a famous result is in the state of the universe so and the recent situation from the separate .
+-54.437 the big bang is a famous result is in the state of the universe so and recent state from the separate .
+-54.542 the big bang is a famous result are in the state so and the recent state from the separate .
+-54.649 the big bang is a famous result are in the state so and the recent situation from the separate .
+-54.730 the big bang is a famous result are in the state of the universe so and the recent state from the different .
+-54.743 the big bang is a famous result is in the state so and the recent state from the separate .
+-106.565 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-110.367 of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-113.483 the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-114.357 of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-209.243 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
+-223.409 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-223.899 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .
+-223.979 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .
+-224.217 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.221 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being .
+-224.482 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.552 rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.584 rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.720 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-224.729 rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .
+-2.036 labor economy .
+-2.248 labour economics
+-2.358 labor economy
+-4.475 labor economics
+-4.807 labour economy
+-5.625 labor economy of
+-28.193 britain at the same time in the world of the and his economic power was .
+-28.201 britain at some point of time the world of the and his economic power was .
+-28.256 britain at the same time in the world of the main and his economic power was .
+-28.263 britain at some point of time the world of the main and his economic power was .
+-28.308 britain at some point of time the world the and his economic power was .
+-28.467 britain at some point of time in the world of the and his economic power was .
+-28.530 britain at some point of time in the world of the main and his economic power was .
+-28.540 britain at a time in the world of the and his economic power was .
+-28.715 britain at the same time in the world the and his economic power was .
+-29.089 britain at the same time in the world of the and his economical power was .
+-279.788 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.948 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.988 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-279.993 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.102 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.103 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.147 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.152 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.192 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-280.219 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .
+-187.414 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.625 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.629 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.840 here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-187.840 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-187.927 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .
+-187.968 here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-188.050 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-188.055 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .
+-188.063 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .
+-38.983 . z is related polar co-ordinate two is r = .
+-39.102 . z is related polar co-ordinate two are r = .
+-39.400 . z its related polar co-ordinate two is r = .
+-39.519 . z its related polar co-ordinate two are r = .
+-39.683 . z it related polar co-ordinate two are r = .
+-39.693 . z it 's related polar co-ordinate two are r = .
+-39.807 . z the related polar co-ordinate two are r = .
+-40.038 . z is the related polar co-ordinate two is r = .
+-40.546 . z is the related polar co-ordinate two are r = .
+0.257 november
+-3.433 november .
+-5.024 november of
+-345.087 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.088 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.346 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.348 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.404 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.406 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.424 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be .
+-345.504 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-345.505 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .
+-345.587 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .
+-464.793 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.821 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.935 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-464.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.138 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.198 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.199 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.227 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.280 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-465.303 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
+-479.857 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method .
+-479.921 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method .
+-479.965 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method .
+-479.974 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method .
+-480.007 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method .
+-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method .
+-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method .
+-480.038 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method .
+-480.071 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method .
+-480.081 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method .
+-33.185 among these there tribal dance lokuj dance classical dance etc .
+-33.736 among these there are tribal dance lokuj dance classical dance etc .
+-33.778 among these there tribal dance influences impact dance classical dance etc .
+-33.936 among them are tribal dance lokuj dance classical dance etc .
+-34.329 among these there are tribal dance influences impact dance classical dance etc .
+-36.504 among these there tribal dance lokuj dance classical dance etc are .
+-37.055 among these there are tribal dance lokuj dance classical dance etc are .
+-37.097 among these there tribal dance influences impact dance classical dance etc are .
+-37.648 among these there are tribal dance influences impact dance classical dance etc are .
+-132.632 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .
+-132.742 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the .
+-132.785 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is .
+-133.224 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the .
+-133.319 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in .
+-133.334 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the .
+-133.376 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is .
+-133.443 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the .
+-133.812 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the .
+-133.910 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in .
+-699.161 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.174 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.330 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.343 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.580 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.725 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.727 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.739 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.749 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-699.773 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .
+-110.735 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-111.085 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-111.198 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-114.066 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-115.120 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-116.452 the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-117.545 of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
+-133.431 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different .
+-133.448 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .
+-133.827 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different .
+-134.040 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate .
+-134.057 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate .
+-134.130 the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .
+-134.224 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different .
+-134.241 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different .
+-134.254 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different .
+-134.270 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different .
+-218.686 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,
+-219.408 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,
+-219.724 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,
+-220.516 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,
+-220.701 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,
+-220.728 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the
+-220.812 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and
+-221.449 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the
+-221.531 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in
+-221.534 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and
+-471.566 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.638 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.644 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.711 open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.716 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.717 open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.789 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.789 open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.794 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-471.850 open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .
+-109.639 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka
+-110.190 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka
+-110.961 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka
+-111.512 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka
+-113.950 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-114.276 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .
+-114.953 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .
+-115.018 of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-115.280 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen .
+-115.333 the first world war german \u09b9\u09c7\u09b0\u09c7 can be .
+-115.345 of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .
+-115.434 the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be .
+-115.553 the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be .
+-115.694 first world war germany \u09b9\u09c7\u09b0\u09c7 can be .
+-34.990 but this subject is to understand for even research to going on .
+-35.178 but this subject is to understand for even research progress going on .
+-35.277 but this subject is to understand for at present also research to going on .
+-35.392 but in this matter is to understand for even research to going on .
+-35.410 but this subject is to understand for today also research to going on .
+-35.464 but this subject is to understand for at present also research progress going on .
+-35.590 but in this subject is to understand for even research to going on .
+-35.623 but this subject is to understand for presently research to going on .
+-35.678 but in this matter is to understand for at present also research to going on .
+-35.785 but at this subject is to understand for even research to going on .
+-104.738 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
+-122.214 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.669 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.670 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-122.742 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.074 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the .
+-123.125 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-123.198 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.198 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .
+-123.208 he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .
+-123.629 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in .
+-490.659 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.760 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.761 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.816 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.834 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.917 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.918 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.935 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-490.936 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-491.127 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .
+-220.733 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-220.783 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.198 and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.210 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.248 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.763 and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.835 and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.885 the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-221.886 and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .
+-222.136 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines .
+-240.825 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.490 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf .
+-241.514 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf .
+-241.523 \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.562 \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.593 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf .
+-241.692 \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-241.990 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .
+-242.101 \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf .
+-242.148 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the .
+-463.441 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.480 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.735 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.735 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.763 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-463.916 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe .
+-463.955 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe .
+-463.993 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- of the is a country of europe .
+-464.030 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd the pronounced [ d\u0254\u028ft\u0283lant ] -rrb- is a country in europe .
+-464.032 germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd is pronounced [ d\u0254\u028ft\u0283lant ] -rrb- of the is a country of europe .
+-113.803 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion .
+-113.989 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion .
+-115.327 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion .
+-116.365 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of .
+-116.551 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of .
+-116.584 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion .
+-116.600 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of .
+-116.786 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of .
+-325.728 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-326.536 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-326.920 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.161 but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.169 but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.194 but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .
+-327.746 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow .
+-327.833 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down .
+-327.983 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow .
+-6.756 subject category : gnu foundation
+-7.225 subject class : the gnu foundation
+-7.445 subject class : gnu foundation
+-7.489 subject matter : gnu foundation
+-7.497 subject category : the gnu foundation
+-7.519 subject : gnu foundation
+-127.108 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-127.422 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-127.668 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-127.982 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-128.096 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-128.352 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .
+-128.370 financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .
+-128.410 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .
+-128.457 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study .
+-128.634 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .
+-344.127 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.164 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.184 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.221 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.265 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.302 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.321 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.359 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.464 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-344.471 among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .
+-17.735 on 23rd april 1992 satyajit died .
+-18.257 on 23rd april 1992 satyajit expired .
+-19.284 on 23rd april 1992 satyajit passed away .
+-21.617 on 23rd april 1992 satyajit died . .
+-21.773 he died on 23rd april 1992 .
+-238.748 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-238.899 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.024 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.101 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.116 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send .
+-239.175 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.209 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.234 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.252 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-239.262 in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .
+-347.110 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.165 acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.335 acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.592 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.594 acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.830 acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-347.893 acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-348.081 acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-348.245 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-349.825 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .
+-368.897 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.012 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.196 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.213 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.296 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.384 the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.411 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.499 the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.595 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-369.612 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .
+-136.580 in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-136.704 kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-136.923 kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-137.284 in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-137.331 in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.172 in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.296 kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-138.923 in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason
+-64.035 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.412 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.422 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-64.469 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-65.162 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .
+-66.368 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.416 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .
+-66.744 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.755 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .
+-66.793 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .
+-911.467 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.583 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.624 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.740 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.746 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.823 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.862 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.904 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.975 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-911.980 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .
+-261.213 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.415 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .
+-261.573 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .
+-261.583 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people .
+-261.743 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.775 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it .
+-261.841 the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.873 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .
+-261.944 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .
+-261.946 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .
+-25.161 the arousal activities before penetrating male organ into vagina is called foreplay .
+-26.500 the arousal activities before penetrating male organ into vagina is called the foreplay .
+-27.117 the arousal activities before penetrating male organ into vagina is called as the foreplay .
+-27.359 the arousal activities before penetrating male organ into vagina is called as foreplay .
+-27.669 the arousal activities before penetrating male organ into vagina is called stimulation .
+-349.226 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.276 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.530 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .
+-349.560 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .
+-349.580 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .
+-349.585 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.610 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .
+-349.627 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.663 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-349.704 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .
+-221.617 these are \u098f\u0995\u098f the mycelium structure .
+-221.656 these \u098f\u0995\u098f the mycelium structure .
+-221.769 these are \u098f\u0995\u098f to mycelium structure .
+-221.807 these \u098f\u0995\u098f to mycelium structure .
+-222.116 these are \u098f\u0995\u098f the mycelium formed the .
+-222.155 these \u098f\u0995\u098f the mycelium formed the .
+-222.250 these are \u098f\u0995\u098f the mycelium formed .
+-222.268 these are \u098f\u0995\u098f to mycelium formed the .
+-222.288 these \u098f\u0995\u098f the mycelium formed .
+-222.306 these \u098f\u0995\u098f to mycelium formed the .
+-8.527 russia at a democratic country .
+-8.727 russia is now a democratic country .
+-8.985 russia now a democratic country .
+-8.991 russia at present a democratic country .
+-9.259 russia is a democratic country .
+-9.330 russia at present is a democratic country .
+-4.520 penis
+-4.864 gender
+-5.566 sex
+-6.544 sexual organs
+-6.916 the
+-104.738 \u09b2\u09bf\u0999\u09cd\u0997
+-9.024 this state is called orgasm .
+-13.083 this state is called orgasm . .
+-37.091 history of different period here itself was established royal more than one empire .
+-37.533 history of different period here only was established royal more than one empire .
+-37.644 history of different period here only established in royal more than one empire .
+-37.659 history of different period here itself established in royal more than one empire .
+-37.716 history of different period here itself was established royal more empire .
+-37.750 history of different period here itself was established royal more than one kingdom .
+-37.861 history of different period here was established royal more than one empire .
+-37.954 history of different period here itself was established on royal more than one empire .
+-38.021 history of different period this was established royal more than one empire .
+-38.157 history of different period here only was established royal more empire .
+-2.135 micro economics
+-2.844 micro economics .
+-3.315 macro economics
+-5.518 micro economics of
+-6.060 micro economics in
+-32.828 the user to operating system the visible form of the computer interface .
+-33.055 the user to operating system of the visible form of the computer interface .
+-33.193 the user to operating system is the visible form of the computer interface .
+-33.225 the user to operating system most visible form of the computer interface .
+-33.243 the user to operating system is most visible form of the computer interface .
+-33.305 the user to operating system is visible form of the computer interface .
+-33.333 the user to operating system the most visible form of the computer interface .
+-33.773 the user to operating system the visible form of the computers interface .
+-33.823 user to operating system of the visible form of the computer interface .
+-33.992 user to operating system most visible form of the computer interface .
+-113.858 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government
+-114.293 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary bangladesh government
+-114.841 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 of temporary bangladesh government
+-116.570 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government of


[03/30] incubator-joshua git commit: sort weights before writing

Posted by mj...@apache.org.
sort weights before writing


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/e76fce6e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/e76fce6e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/e76fce6e

Branch: refs/heads/7_confsystem
Commit: e76fce6ef7e893b7867203389a1e3b5f01b4668a
Parents: 008f2f4
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 17:03:37 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 17:03:37 2016 +0200

----------------------------------------------------------------------
 scripts/compat/sevenize_my_conf_plz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/e76fce6e/scripts/compat/sevenize_my_conf_plz.py
----------------------------------------------------------------------
diff --git a/scripts/compat/sevenize_my_conf_plz.py b/scripts/compat/sevenize_my_conf_plz.py
index abff53c..012456f 100755
--- a/scripts/compat/sevenize_my_conf_plz.py
+++ b/scripts/compat/sevenize_my_conf_plz.py
@@ -98,7 +98,7 @@ print ']'
 
 print
 print 'weights = {'
-for weight in weights.keys():
+for weight in sorted(weights.keys()):
     print ' ', weight, '=', weights[weight]
 print '}'
 


[12/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/test-berkeleylm.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/test-berkeleylm.sh b/joshua-core/src/test/resources/bn-en/hiero/test-berkeleylm.sh
deleted file mode 100755
index 646d9a7..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/test-berkeleylm.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 2 -c joshua-berkeleylm.config > output 2> log
-
-# Extract the translations and model scores
-cat output | awk -F\| '{print $4 " ||| " $10}' > output.scores
-
-# Compare
-diff -u output.scores output.scores.berkeleylm.gold > diff
-
-if [ $? -eq 0 ]; then
-	rm -f output log output.scores diff
-	exit 0
-else
-	exit 1
-fi

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/test-classlm.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/test-classlm.sh b/joshua-core/src/test/resources/bn-en/hiero/test-classlm.sh
deleted file mode 100755
index 43e1076..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/test-classlm.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -c joshua-classlm.config > output 2> log
-
-# Compare
-diff -u output output-classlm.gold > diff
-
-if [ $? -eq 0 ]; then
-  rm -f diff output log output.scores
-  exit 0
-else
-  exit 1
-fi
-
-

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/test-filter.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/test-filter.sh b/joshua-core/src/test/resources/bn-en/hiero/test-filter.sh
deleted file mode 100755
index e48a91d..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/test-filter.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# Tests dynamic sentence-level filtering.
-
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 2 -c joshua.config -filter-grammar > output.filter 2> log.filter
-
-# Extract the translations and model scores
-cat output.filter | awk -F\| '{print $4 " ||| " $10}' > output.scores
-
-# Compare
-diff -u output.scores output.scores.gold > diff
-
-if [ $? -eq 0 ]; then
-  rm -rf output.scores diff output.filter log.filter
-  exit 0
-else
-  exit 1
-fi

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/test.sh b/joshua-core/src/test/resources/bn-en/hiero/test.sh
deleted file mode 100755
index 474936c..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/test.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 2 -c joshua.config > output 2> log
-
-# Extract the translations and model scores
-cat output | awk -F\| '{print $4 " ||| " $10}' > output.scores
-
-# Compare
-diff -u output.scores output.scores.gold > diff
-
-if [ $? -eq 0 ]; then
-  rm -f diff output log output.scores
-  exit 0
-else
-  exit 1
-fi
-
-

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/topN.pl
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/topN.pl b/joshua-core/src/test/resources/bn-en/hiero/topN.pl
deleted file mode 100755
index d47e7b1..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/topN.pl
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-
-my $N = shift || 10;
-my $field = -1;
-my $count = 0;
-while (<>) {
-  my @tokens = split;
-  if ($tokens[0] != $field) {
-	$count = 0;
-	print;
-	$field = $tokens[0];
-  } elsif ($count >= $N) {
-	next;
-  } else {
-        print;
-  }
-  $count++;
-}

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/input.bn
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/input.bn b/joshua-core/src/test/resources/bn-en/packed/input.bn
deleted file mode 100644
index d4f7913..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/input.bn
+++ /dev/null
@@ -1,100 +0,0 @@
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964
-\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995\u0995\u09be\u09b2\u09c7 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09b8\u0999\u09cd\u0997\u09c7 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\u09b0 \u0989\u09a8\u09cd\u09a8\u09a4\u09bf \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u0964
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
-\u098f \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u09af\u09c7 \u098f\u0987 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u09b9\u09ac\u09c7 \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 \u0964
-\u098f\u0995\u0987 \u09b8\u0999\u09cd\u0997\u09c7 \u09ac\u09be\u0982\u09b2\u09be\u09b0 \u09ad\u09c2\u09ae\u09bf\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09ad\u09be\u09b7\u0993 \u09ae\u09c7\u09b2\u09c7 \u098f\u0987 \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 \u09a5\u09c7\u0995\u09c7 \u0964
-\u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 \u09ae\u09c1\u099c\u09bf\u09ac \u0993 \u09a4\u09be\u0981\u09b0 \u09a6\u09b2 \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09b0\u09bf\u09b7\u09cd\u09a0\u09a4\u09be \u0985\u09b0\u09cd\u099c\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 \u09a4\u09be\u09b0 \u0995\u09be\u099c \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09c7\u09a4\u09c7 \u09a5\u09be\u0995\u09c7\u09a8 \u0964
-\u099f\u09be\u0995\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09be\u0993 \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 \u0993 \u0986\u09b0\u0993 \u0995\u09bf\u099b\u09c1 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 \u099a\u09b0\u09bf\u09a4\u09cd\u09b0 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 & # 44 ; \u09a4\u09ac\u09c7 \u098f\u0997\u09c1\u09b2\u09cb \u0996\u09c1\u09ac \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09af\u09bc \u0964
-\u0987\u09b9\u09be \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u09aa\u09cd\u09b0\u09c7\u0995\u09cd\u09b7\u09bf\u09a4\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u09b8\u09b9\u09bf\u09a4 \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u0997\u09cd\u09b0\u09b9\u09a8\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09a8\u09bf\u09af\u09bc\u09ae \u09ac\u09cd\u09af\u09be\u0996\u09cd\u09af\u09be \u0995\u09b0\u09c7 \u09a5\u09be\u0995\u09c7 \u0964
-\u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 \u09ac\u09be\u09ce\u09b8\u09b0\u09bf\u0995 \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf \u09ae\u09bf\u099f\u09be\u09b0
-\u09e8\u09e6\u09e6\u09ea \u09b8\u09be\u09b2\u09c7 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 \u09b6\u09b9\u09b0\u09c7 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f \u09a6\u09b2\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u09a4\u09bf\u09a8\u09bf \u09ae\u09c2\u09b2 \u09ac\u0995\u09cd\u09a4\u09c3\u09a4\u09be -lrb- keynote speech -rrb- \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7\u09a8 \u0964
-\u099c\u09a8\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf\u09a4\u09c7 \u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ac\u09a8\u09cd\u099f\u09a8 \u09aa\u09c2\u09b0\u09cd\u09ac \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0985\u09a8\u09c1\u0995\u09c2\u09b2 \u09b9\u0993\u09af\u09bc\u09be\u09af\u09bc \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 & quot ; \u098f\u0995 \u0987\u0989\u09a8\u09bf\u099f \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac & quot ; \u09a8\u09be\u09ae\u09c7 \u098f\u0995 \u0985\u09ad\u09bf\u09a8\u09ac \u09a7\u09be\u09b0\u09a3\u09be\u09b0 \u09b8\u09c2\u09a4\u09cd\u09b0\u09aa\u09be\u09a4 \u0995\u09b0\u09c7 & # 44 ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u09b8\u09ae\u0997\u09cd\u09b0 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09a6\u09c7\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09ac\u09bf\u09ac\u09c7\u099a\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac
-\u09ac\u09b9\u09bf\u0983\u09b8\u0982\u09af\u09cb\u0997 \u09b8\u09ae\u09c2\u09b9
-\u099f\u09be\u099f\u09be \u0995\u09ae\u09bf\u0989\u09a8\u09bf\u0995\u09c7\u09b6\u09a8\u09b8\u09c7\u09b0 \u09ac\u09bf\u09a6\u09c7\u09b6 \u09b8\u099e\u09cd\u099a\u09be\u09b0 \u09a8\u09bf\u0997\u09ae \u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1 \u09ad\u09ac\u09a8 & # 44 ; \u098f\u099f\u09bf \u09b6\u09b9\u09b0\u09c7\u09b0 \u099f\u09c7\u09b2\u09bf\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09b0 \u098f\u0995\u099f\u09bf \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0
-\u09a4\u09bf\u09a8\u09bf \u09b8\u09c7\u0987 \u09ac\u099b\u09b0\u09c7\u09b0 \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8\u09c7 \u099c\u09af\u09bc\u09c0 \u09b9\u09a8 \u098f\u09ac\u0982 \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09ea\u09ea\u09a4\u09ae \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09aa\u09a4\u09bf \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09a8 \u0964
-\u09ac\u09b9\u09c1 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf \u0997\u09a8\u09cd\u09a1\u09cb\u09af\u09bc\u09be\u09a8\u09be\u09af\u09bc \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be \u09a5\u09c7\u0995\u09c7 \u0989\u09a6\u09cd\u09ad\u09c1\u09a4 \u0964
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8\u09c7\u09b0 \u09b2\u09c7\u0996\u0995\u09a6\u09c7\u09b0 \u09b0\u099a\u09bf\u09a4 \u09a8\u09be\u099f\u0995 & # 44 ; \u0989\u09aa\u09a8\u09cd\u09af\u09be\u09b8 & # 44 ; \u0997\u09b2\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u099a\u09bf\u09a4\u09cd\u09b0\u09a8\u09be\u099f\u09cd\u09af \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09a6\u09c3\u09a4 \u0964
-\u09e7\u09ef\u09e7\u09ef \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u098f\u099f\u09bf \u09b8\u0993\u0997\u09be\u09a4 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u0995\u09be\u09b6\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e8\u09e6\u09e6\u09eb \u09b8\u09be\u09b2\u09c7 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 \u099f\u09c7\u09a8\u09bf\u09b8 \u0985\u09cd\u09af\u09be\u09b8\u09cb\u09b8\u09bf\u09af\u09bc\u09c7\u09b6\u09a8 \u099f\u09cd\u09af\u09c1\u09b0\u09c7\u09b0 \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f \u0993\u09aa\u09c7\u09a8 \u09a8\u09c7\u09a4\u09be\u099c\u09bf \u0987\u09a8\u09cd\u09a1\u09cb\u09b0 \u09b8\u09cd\u099f\u09c7\u09a1\u09bf\u09af\u09bc\u09be\u09ae\u09c7 \u0986\u09af\u09bc\u09cb\u099c\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u098f\u0987 \u09b8\u09ae\u09cd\u09ad\u09be\u09ac\u09a8\u09be \u09a6\u09c2\u09b0\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a8\u09be\u09a8\u09be\u09ac\u09bf\u09a7 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ec\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09eb \u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09ac\u09bf\u09b0\u09cb\u09a7\u09c0 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u099c\u09be\u09a4\u09c0\u09af\u09bc \u09b8\u09ae\u09cd\u09ae\u09c7\u09b2\u09a8 \u0985\u09a8\u09c1\u09b7\u09cd\u09a0\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 \u0985\u09ab \u09a6\u09bf \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b2\u09be\u09ae\u09bf\u0995 \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f \u09ac\u09cd\u09af\u09be\u0982\u0995\u09c7\u09b0 \u09b8\u09a6\u09b8\u09cd\u09af\u09aa\u09a6 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u09ac\u09bf\u09b6\u09cd\u09ac\u0995\u09cb\u09b7
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0993 \u0987\u09b8\u09b0\u09be\u09af\u09bc\u09c7\u09b2 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0993 \u09aa\u09cd\u09b0\u09a4\u09bf\u09b0\u0995\u09cd\u09b7\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c0 \u09a6\u09c7\u09b6 \u0964
-\u098f\u0987 \u09b9\u09b2 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09b0\u09bf\u099a\u09bf\u09a4 \u0995\u09be\u09b2\u09cd\u09aa\u09a8\u09bf\u0995 \u098f\u0995\u0995 \u09af\u09be\u09b0 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af\u09c7 \u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09a5\u09bf\u0993\u09b0\u09c0 \u09b8\u09ae\u09c1\u09b9 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f \u09a5\u09c7\u0995\u09c7 \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09b8\u09c7\u099f\u09c7 \u0989\u09a8\u09cd\u09a8\u09c0\u09a4 \u09b9\u09af\u09bc \u0964
-& lt ; \u09a0\u09bf\u0995\u09be\u09a8\u09be & gt ;
-\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0
-\u098f\u0987 \u09a4\u09a4\u09cd\u09a4\u09cd\u09ac \u09a5\u09c7\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af \u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 \u09ac\u09bf\u09b0\u09cb\u09a7\u09bf\u09a4\u09be \u0995\u09b0\u09be \u09af\u09be\u09af\u09bc \u09a8\u09be & # 44 ; \u09ac\u09b0\u0982 \u09a4\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0964
-\u0995\u09c3\u09b7\u09bf \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a6\u09c7\u09b6 ; \u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af & # 44 ; \u0993\u09af\u09bc\u09be\u0987\u09a8 & # 44 ; \u09aa\u09a8\u09bf\u09b0 \u0993 \u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa \u0993 \u09b8\u09be\u09b0\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf \u0995\u09b0\u09c7 \u0964
-\u09a4\u09be\u09a6\u09c7\u09b0 \u0997\u09a3\u09bf\u09a4\u09c7 \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u09a7\u09be\u09a8\u09cd\u09af \u099b\u09bf\u09b2 \u0964
-\u09a6\u09c7\u09b6\u0997\u09c1\u09b2\u09cb \u09b9\u09b2\u09cb\u0983 \u09ab\u09cd\u09b0\u09be\u09a8\u09cd\u09b8 & # 44 ; \u09b9\u0982\u0995\u0982 & # 44 ; \u099a\u09c0\u09a8 & # 44 ; \u09ac\u09c7\u09b2\u099c\u09bf\u09af\u09bc\u09be\u09ae & # 44 ; \u09b8\u09c1\u0987\u099c\u09be\u09b0\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09c0 & # 44 ; \u09a1\u09c7\u09a8\u09ae\u09be\u09b0\u09cd\u0995 & # 44 ; \u09b8\u09c1\u0987\u09a1\u09c7\u09a8 & # 44 ; \u0985\u09b8\u09cd\u099f\u09cd\u09b0\u09bf\u09af\u09bc\u09be & # 44 ; \u099a\u09c7\u0995\u09cb\u09b6\u09cd\u09b2\u09cb\u09ad\u09be\u0995\u09bf\u09af\u09bc\u09be & # 44 ; \u0986\u09b0\u09cd\u099c\u09c7\u09a8\u09cd\u099f\u09bf\u09a8\u09be & # 44 ; \u0987\u09a4\u09be\u09b2\u09bf & # 44 ; \u09a8\u09b0\u0993\u09af\u09bc\u09c7 & # 44 ; \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 & # 44 ; \u09af\u09c1\u0997\u09cb\u09b6\u09cd\u09b2\u09be\u09ad\u09bf\u09af\u09bc\u09be & # 44 ; \u09ac\u09c1\u09b2\u0997\u09c7\u09b0\u09bf\u09af\u09bc\u09be & # 44 ; \u09b0\u09c1\u09ae\u09be\u09a8\u09bf\u09af\u09bc\u09be & # 44 ; \u0997\u09cd\u09b0\u09c0\u09b8 & # 44 ; \u09ae\u09bf\u09b6\u09b0 & # 44 ; \u09b8\u09bf\u0999\u09cd\u0997\u09be\u09aa\u09c1\u09b0 & # 44 ; \u0987\u09a8\u09cd\u09a6\u09cb\u09a8\u09c7\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u099c\u09be\u09aa\u09be\u09a8 & # 44 ; \u09ac\u09be\u09b0\u09cd\u09ae\u09be & # 44 ; \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 & # 44 ; \u09b8\u09cb\u09ad\u09bf\u09af\u09bc\u09c7\u099f \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u0987\u09b0\u09be\u09a8 & # 44 ; \u0987\u09b0\u09be\u0995 \u0993 \u09b6
 \u09b0\u09c0\u09b2\u0982\u0995\u09be \u0964
-\u098f\u0987 \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 \u09b8\u09cd\u09a5\u09be\u09a8\u09c7 \u098f\u0996\u09a8 \u09ac\u09cd\u09af\u09be\u0982\u0995 \u0985\u09ab \u0987\u0982\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u09a6\u09c7\u09b6\u099f\u09bf\u09b0 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 \u0989\u09aa\u09b8\u09be\u0997\u09b0 & # 44 ; \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u09a6\u09bf\u0995\u09c7 \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0 & # 44 ; \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3\u09c7 \u09ae\u09b0\u0995\u09cd\u0995\u09cb & # 44 ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3-\u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u09a6\u09bf\u0995\u09c7 \u0986\u099f\u09b2\u09be\u09a8\u09cd\u099f\u09bf\u0995 \u09ae\u09b9\u09be\u09b8\u09be\u0997\u09b0 \u0964
-\u09a4\u09be\u099b\u09be\u09a1\u09bc\u09be \u098f \u09aa\u09b0\u09bf\u09b8\u09cd\u09a5\u09bf\u09a4\u09c7 \u09ac\u09cb\u099d\u09be \u09af\u09be\u09af\u09bc \u099c\u09b0\u09c1\u09b0\u09bf \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 \u099c\u09be\u09a4\u09bf\u09b8\u0982\u0998\u09c7\u09b0 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4 \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u0964
-\u0995\u09be\u09b0\u09cd\u09b2 \u09ae\u09be\u09b0\u09cd\u0995\u09cd\u09b8\u09c7\u09b0 \u0995\u09be\u099c\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0987 \u0987\u09b9\u09be \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1 \u0995\u0996\u09a8\u0993 \u09aa\u09c1\u09b0\u09be\u09a3 \u09a5\u09c7\u0995\u09c7 & # 44 ; \u0995\u0996\u09a8\u0993 \u09ae\u09a7\u09cd\u09af\u09af\u09c1\u0997\u09c0\u09af\u09bc \u09aa\u09cd\u09b0\u09c7\u09ae\u0995\u09be\u09b9\u09bf\u09a8\u09bf\u0997\u09c1\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 & # 44 ; \u0995\u0996\u09a8\u0993 \u0986\u09ac\u09be\u09b0 \u098f\u0995\u09be\u09b2\u09c7\u09b0 \u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0993 \u09b0\u09be\u099c\u09a8\u09c8\u09a4\u09bf\u0995 \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf \u09a5\u09c7\u0995\u09c7 \u0997\u09c3\u09b9\u09c0\u09a4 \u0964
-\u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09c7\u09b0 \u0989\u09aa\u09b0 \u09ad\u09bf\u09a4\u09cd\u09a4\u09bf \u0995\u09b0\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09af\u09c7 \u09ac\u09af\u09bc\u09b8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u0997\u09c7\u099b\u09c7 \u09a4\u09be \u09b9\u09b2 \u09aa\u09cd\u09b0\u09be\u09af\u09bc \u09e7\u09e9.\u09ed � \u09e6.\u09e8 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8 \u09ac\u099b\u09b0 \u0964
-\u0995\u09be\u099b\u09c7\u0987 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be & # 44 ; \u09af\u09be \u0993\u0996\u099f\u09b8\u09cd\u0995 \u09b8\u09be\u0997\u09b0 \u0993 \u099c\u09be\u09aa\u09be\u09a8 \u09b8\u09be\u0997\u09b0\u09c7\u09b0 \u0985\u09aa\u09b0 \u09aa\u09be\u09b0\u09c7 \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09bf\u09a4 \u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u099c\u09be\u09a4\u09c0\u09af\u09bc \u0997\u09cd\u09b0\u09a8\u09cd\u09a5\u09be\u0997\u09be\u09b0 \u09a6\u09c7\u09b6\u09c7\u09b0 \u0985\u0997\u09cd\u09b0\u09a3\u09c0 \u09aa\u09be\u09ac\u09b2\u09bf\u0995 \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf \u0964
-\u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 \u09ae\u09b9\u09be\u09b8\u099a\u09bf\u09ac \u09ac\u09be\u09a8 \u0995\u09bf \u09ae\u09c1\u09a8
-\u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 \u09b0\u099a\u09af\u09bc\u09bf\u09a4\u09be \u099b\u09bf\u09b2\u09c7\u09a8 \u098f\u09a8\u09cd\u09a1\u09cd\u09b0\u09c1 \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae & # 44 ; \u098f\u0995 \u09aa\u09cd\u09b0\u0996\u09cd\u09af\u09be\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09a1\u09bf\u099c\u09be\u0987\u09a8 \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 \u0964
-\u09a6\u09cd\u09af \u099f\u09be\u0987\u09ae\u09cd \u200c \u09b8 \u0985\u09ab \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 \u09b2\u09c7\u0996\u09be \u09b9\u09af\u09bc \u09af\u09c7 & quot ; it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema & quot ; -lrb- \u201c \u098f\u0995\u09c7 \u0985\u09a8\u09cd\u09af \u09af\u09c7\u0995\u09cb\u09a8\u0993 \u09ad\u09be\u09b0\u09a4\u09c0\u09af\u09bc \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09a4\u09c1\u09b2\u09a8\u09be \u0995\u09b0\u09be \u0985\u09ac\u09be\u09b8\u09cd\u09a4\u09ac ... \u09aa\u09a5\u09c7\u09b0 \u09aa\u09be\u0981\u099a\u09be\u09b2\u09c0 \u09b9\u09b2 \u09ac\u09bf\u09b6\u09c1\u09a6\u09cd\u09a7 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u201d -rrb- \u0964
-\u098f\u09b0\u09aa\u09b0 \u09e7\u09ef\u09eb\u09e9 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ae\u09c7 \u09ae\u09be\u09b8\u09c7 \u09a8\u099c\u09b0\u09c1\u09b2 \u0993 \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09b2\u09a8\u09cd\u09a1\u09a8 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u098f\u09b0 \u09a6\u0995\u09cd\u09b7\u09bf\u09a3 \u0993 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0986\u099b\u09c7 \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09b8\u09ae\u09ad\u09c2\u09ae\u09bf ; \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u0993 \u0989\u09a4\u09cd\u09a4\u09b0\u09c7 \u0986\u099b\u09c7 \u09b0\u09c1\u0995\u09cd\u09b7 \u09aa\u09be\u09b9\u09be\u09a1\u09bc \u0993 \u09aa\u09b0\u09cd\u09ac\u09a4 \u0964
-\u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995
-\u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- \u09b6\u09be\u09b8\u09a8\u0995\u09be\u09b2\u09c7 \u09b6\u09b9\u09b0\u09c7\u09b0 \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ac\u09c3\u09a6\u09cd\u09a7\u09bf \u0998\u099f\u09c7\u099b\u09bf\u09b2 \u0964
-\u0985\u09a8\u09c7\u0995 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u0993 \u09ac\u09be\u09b8\u09cd\u09a4\u09ac \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b8\u09ae\u09be\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099c\u099f\u09bf\u09b2 \u09b8\u0982\u0996\u09cd\u09af\u09be \u0985\u09aa\u09b0\u09bf\u09b9\u09be\u09b0\u09cd\u09af
-\u09ae\u09b9\u09be \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09af\u09cb\u0997\u09cd\u09af \u09ab\u09b2\u09be\u09ab\u09b2 \u09b9\u09b2 & # 44 ; \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u0995\u09be\u09b2\u09c7 \u09ae\u09b9\u09be\u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u0985\u09a4\u09c0\u09a4 \u098f\u09ac\u0982 \u09ad\u09ac\u09bf\u09b7\u09cd\u09af\u09a4\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09c3\u09a5\u0995 \u0964
-\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5 \u0985\u09ac\u09b6\u09cd\u09af \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac \u0995\u09b0\u09c7\u099b\u09bf\u09b2\u09c7\u09a8 \u0964
-\u09b6\u09cd\u09b0\u09ae \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09b0\u09bf\u099f\u09c7\u09a8 \u098f\u0995\u09b8\u09ae\u09af\u09bc \u09ac\u09bf\u09b6\u09cd\u09ac\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u0993 \u0985\u0997\u09cd\u09b0\u0997\u09be\u09ae\u09c0 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u09b6\u0995\u09cd\u09a4\u09bf \u099b\u09bf\u09b2 \u0964
-\u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09b6\u09be\u09b8\u09a8\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8 \u098f\u09ac\u0982 \u09aa\u09be\u0995\u09bf\u09b8\u09cd\u09a4\u09be\u09a8\u09c7\u09b0 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 \u09ac\u09c8\u09b7\u09ae\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09b0\u09c1\u09a6\u09cd\u09a7\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09be\u09a6 \u0993 \u09ac\u09be\u0999\u09be\u09b2\u09bf\u09a6\u09c7\u09b0 \u0986\u09a8\u09cd\u09a6\u09cb\u09b2\u09a8\u0995\u09c7 \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u09aa\u09a5\u09c7 \u09a7\u09be\u09ac\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09bf\u09a8\u09bf \u09ac\u09cd\u09af\u09be\u09aa\u0995\u09ad\u09be\u09ac\u09c7 \u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09bf\u09a4 \u0964
-\u098f\u0996\u09be\u09a8\u09c7 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09be \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8 \u09af\u09c7 \u0985\u09a8\u09c7\u0995\u09c7 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09a8\u09c7\u099f \u098f\u09ac\u0982 \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09b2\u09cd\u09a1 \u0993\u09af\u09bc\u09be\u0987\u09a1 \u0993\u09af\u09bc\u09c7\u09ac\u0995\u09c7 \u09b8\u09ae\u09be\u09b0\u09cd\u09a5\u0995 \u09b6\u09ac\u09cd\u09a6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09b2\u09c7\u0993 \u09aa\u09cd\u09b0\u0995\u09c3\u09a4\u09aa\u0995\u09cd\u09b7\u09c7 \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc \u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u0964
-. z \u098f\u09b0 \u0986\u09a8\u09c1\u09b8\u09be\u0999\u09cd\u0997\u09c0\u0995 \u09aa\u09cb\u09b2\u09be\u09b0 \u0995\u09cb-\u0985\u09b0\u09cd\u09a1\u09bf\u09a8\u09c7\u099f \u09a6\u09c1\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 r = -pipe-
-\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0
-\u09e7\u09ef\u09ed\u09e8 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 \u09a4\u09a6\u09be\u09a8\u09bf\u09a8\u09cd\u09a4\u09a8 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 \u09b8\u09b0\u09cd\u09ac\u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u09ae\u09c7\u0987\u09b2 \u09aa\u09cd\u09b0\u09c7\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u099c\u09c0\u09ac \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09af\u09c7 \u09b6\u09be\u0996\u09be\u09af\u09bc \u099b\u09a4\u09cd\u09b0\u09be\u0995 \u0993 \u098f\u09b0 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09bf\u0995 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09bf\u09af\u09bc\u09c7 \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-
-\u09aa\u09be\u09a8\u09bf \u09a8\u09a6\u09c0 \u09a5\u09c7\u0995\u09c7 \u0989\u09a0\u09be\u09a8\u09cb \u09b9\u09a4\u09cb \u0995\u09af\u09bc\u09c7\u0995\u099f\u09bf \u09aa\u09c1\u09b0 \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf \u0993 \u09ac\u09be\u09b2\u099f\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09aa\u09be\u09a8\u09bf \u09aa\u09b6\u09c1 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u099f\u09c7\u09a8\u09c7 \u09a4\u09cb\u09b2\u09be\u09b0 \u098f\u0995 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0989\u09aa\u099c\u09be\u09a4\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u09b2\u09cb\u0995\u099c \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u09b6\u09be\u09b8\u09cd\u09a4\u09cd\u09b0\u09c0\u09af\u09bc \u09a8\u09c3\u09a4\u09cd\u09af & # 44 ; \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf \u0964
-\u09ad\u09be\u09b0\u09a4\u09c7\u09b0 \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09a8\u09a4\u09ae \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0993 \u09aa\u09b0\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0986\u0995\u09be\u09b0\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u09af\u09bc \u0964
-\u09e7\u09ef\u09ee\u09ef \u09b8\u09be\u09b2\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ae\u09bf\u09a4 \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 \u099b\u09ac\u09bf\u099f\u09bf\u09a4\u09c7 \u09a4\u09be\u0981\u09b0 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf\u0995\u09c7 \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be\u09b0 \u09aa\u09b0 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09a4\u09c7\u09b0 \u099a\u09b2\u099a\u09cd\u099a\u09bf\u09a4\u09cd\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ae\u09be\u09a3\u09c7\u09b0 \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7\u0987 \u0997\u09a3\u09cd\u09af \u0995\u09b0\u09be \u09b9\u09af\u09bc \u0964
-\u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be
-\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09af\u09c7\u09ae\u09a8 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u098f\u09ac\u0982 \u09ae\u09cd\u09af\u09be\u0995 \u0993\u098f\u09b8 \u09b9\u09a4\u09c7 \u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8\u09ad\u09be\u09ac\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0964
-\u098f\u09b6\u09bf\u09af\u09bc\u09be \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af \u0985\u09a8\u09c1\u09af\u09be\u09af\u09bc\u09c0 & # 44 ;
-\u09ae\u09c1\u0995\u09cd\u09a4 \u09b8\u09cb\u09b0\u09cd\u09b8 \u09ac\u09be \u0993\u09aa\u09c7\u09a8 \u09b8\u09cb\u09b0\u09cd\u09b8 -lrb- open source -rrb- \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2\u09cb \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u09b8\u09ab\u099f\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0 \u098f\u09b0 \u09b8\u09cb\u09b0\u09cd\u09b8 \u0995\u09cb\u09a1 \u09ac\u09be \u09ae\u09c2\u09b2 \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 \u09ad\u09be\u09b7\u09be\u0995\u09c7 \u09ae\u09c1\u0995\u09cd\u09a4 \u09ad\u09be\u09ac\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u0964
-\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a2\u09be\u0995\u09be
-\u09aa\u09cd\u09b0\u09a5\u09ae \u09ac\u09bf\u09b6\u09cd\u09ac\u09af\u09c1\u09a6\u09cd\u09a7\u09c7 \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b9\u09c7\u09b0\u09c7 \u09af\u09be\u09af\u09bc \u0964
-\u09a4\u09ac\u09c7 \u098f \u09ac\u09bf\u09b7\u09af\u09bc\u099f\u09bf \u09ac\u09cb\u099d\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7\u0993 \u0997\u09ac\u09c7\u09b7\u09a3\u09be \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u099b\u09c7 \u0964
-\u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a
-\u09a4\u09be\u0995\u09c7 \u09b8\u09be\u09ae\u09b0\u09bf\u0995 \u09ac\u09be\u09b9\u09bf\u09a8\u09c0\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09a8\u09ab\u09bf\u099f \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0964
-\u09ad\u09c1\u099f\u09cd\u099f\u09cb \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f \u0995\u09b0\u09be\u09b0 \u09b9\u09c1\u09ae\u0995\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u09a6\u09c7\u09a8 \u09af\u09c7 & # 44 ; \u0987\u09af\u09bc\u09be\u09b9\u09bf\u09af\u09bc\u09be \u0996\u09be\u09a8 \u09ae\u09c1\u099c\u09bf\u09ac\u0995\u09c7 \u09b8\u09b0\u0995\u09be\u09b0 \u0997\u09a0\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b9\u09cd\u09ac\u09be\u09a8 \u099c\u09be\u09a8\u09be\u09b2\u09c7 \u09a4\u09bf\u09a8\u09bf \u09b8\u09c7 \u09b8\u09b0\u0995\u09be\u09b0\u0995\u09c7 \u09ae\u09c7\u09a8\u09c7 \u09a8\u09c7\u09ac\u09c7\u09a8 \u09a8\u09be \u0964
-\u0986\u09b0 computer \u09b6\u09ac\u09cd\u09a6\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 \u09af\u09a8\u09cd\u09a4\u09cd\u09b0 \u0964
-\u09e7\u09ed\u09ed\u09ec \u09b8\u09be\u09b2\u09c7\u09b0 \u09ea \u099c\u09c1\u09b2\u09be\u0987 \u098f\u0987 \u0989\u09aa\u09a8\u09bf\u09ac\u09c7\u09b6\u0997\u09c1\u09b2\u09bf \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09ac\u09be\u09a7\u09c0\u09a8\u09a4\u09be\u09b0 \u0998\u09cb\u09b7\u09a3\u09be\u09aa\u09a4\u09cd\u09b0 \u099c\u09be\u09b0\u09bf \u0995\u09b0\u09c7 \u0964
-\u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf -lrb- \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u09ad\u09be\u09b7\u09be\u09af\u09bc : deutschland & # 44 ; \u09a1\u09af\u09bc\u099a\u09cd \u200c \u09b2\u09be\u09a8\u09cd\u099f\u09cd \u200c & # 44 ; \u0986-\u09a7\u09cd\u09ac-\u09ac : -lsb- d\u0254\u028ft\u0283lant -rsb- -rrb- & # 44 ; \u09ae\u09a7\u09cd\u09af \u0987\u0989\u09b0\u09cb\u09aa\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae \u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be\u09b0 \u09aa\u09cd\u09b0\u09a7\u09be\u09a8 \u09a7\u09b0\u09cd\u09ae \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0997\u09b2\u09a6\u09c7\u09b0 \u09b6\u09bf\u0995\u09cd\u09b7\u09be\u09b0 \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf \u099b\u09bf\u09b2 \u09a7\u09c0\u09b0 \u0964
-\u09ac\u09bf\u09b7\u09af\u09bc\u09b6\u09cd\u09b0\u09c7\u09a3\u09c0 : \u0997\u09a8\u09c1 \u09ab\u09be\u0989\u09a8\u09cd\u09a1\u09c7\u09b6\u09a8
-\u0986\u09b0\u09cd\u09a5\u09bf\u0995 \u09a8\u09c0\u09a4\u09bf \u0993 \u09b0\u09be\u099c\u09b8\u09cd\u09ac \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 \u0987\u09b9\u09be \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09c7 \u0964
-\u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b0\u09af\u09bc\u09c7\u099b\u09c7 : \u09b9\u09af\u09bc\u09a4\u09cb \u09a4\u09cb\u09ae\u09be\u09b0 \u09aa\u09be\u09ac \u09a6\u09c7\u0996\u09be & # 44 ; \u0993\u09b0\u09c7 \u098f \u0995\u09cb\u09a8 \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 \u0964
-\u09e7\u09ef\u09ef\u09e8 \u09b8\u09be\u09b2\u09c7\u09b0 \u09e8\u09e9 \u098f\u09aa\u09cd\u09b0\u09bf\u09b2 \u09b8\u09a4\u09cd\u09af\u099c\u09bf\u09ce \u09ae\u09c3\u09a4\u09cd\u09af\u09c1\u09ac\u09b0\u09a3 \u0995\u09b0\u09c7\u09a8 \u0964
-\u098f\u0987 \u09b8\u09ae\u09af\u09bc \u09a8\u099c\u09b0\u09c1\u09b2\u09c7\u09b0 \u09ae\u09c7\u09a1\u09bf\u0995\u09c7\u09b2 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u09ad\u09bf\u09af\u09bc\u09c7\u09a8\u09be\u09b0 \u09ac\u09bf\u0996\u09cd\u09af\u09be\u09a4 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc \u0964
-\u0985\u09ad\u09bf\u09a8\u09af\u09bc \u099b\u09be\u09a1\u09bc\u09be\u0993 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b8\u09ae\u09af\u09bc\u09c7 \u09b0\u09be\u09a8\u09c0 \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09a6\u09be\u09a4\u09ac\u09cd\u09af \u09b8\u0982\u09b8\u09cd\u09a5\u09be\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09c1\u0995\u09cd\u09a4 \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 \u0964
-\u09ac\u09be\u0982\u09b2\u09be \u09b8\u09be\u09b9\u09bf\u09a4\u09cd\u09af \u098f\u09ac\u0982 \u09b8\u0982\u09b8\u09cd\u0995\u09c3\u09a4\u09bf\u09a4\u09c7 \u09a4\u09be\u09b0 \u09ac\u09bf\u09b6\u09c7\u09b7 \u0985\u09ac\u09a6\u09be\u09a8\u09c7\u09b0 \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa \u09e7\u09ef\u09ed\u09ea \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7\u09b0 \u09ef \u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0 \u09a4\u09be\u09b0\u09bf\u0996\u09c7 \u09a2\u09be\u0995\u09be \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09bf\u09a6\u09cd\u09af\u09be\u09b2\u09af\u09bc \u09a4\u09be\u0995\u09c7 \u09b8\u09ae\u09cd\u09ae\u09be\u09a8\u09b8\u09c2\u099a\u0995 \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 \u09ad\u09c2\u09b7\u09bf\u09a4 \u0995\u09b0\u09c7 \u0964
-\u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u09a6\u09c1\u09b0\u09cd\u0997\u09be\u09aa\u09c2\u099c\u09be \u09b6\u09b9\u09b0\u09c7\u09b0 \u0985\u09a8\u09cd\u09af\u09a4\u09ae \u09aa\u09b0\u09cd\u09af\u099f\u09a8 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 \u09ac\u099f\u09c7 \u0964
-\u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09b9\u09c1 \u09b2\u0995\u09cd\u09b7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u0993 \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09aa\u09b6\u09cd\u099a\u09bf\u09ae \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf\u09a4\u09c7 \u0985\u09ad\u09bf\u09ac\u09be\u09b8\u09c0 \u09b9\u0993\u09af\u09bc\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09b2\u09c7 \u09e7\u09ef\u09ec\u09e7 \u09b8\u09be\u09b2\u09c7 \u09aa\u09c2\u09b0\u09cd\u09ac \u099c\u09be\u09b0\u09cd\u09ae\u09be\u09a8\u09bf \u09b8\u09b0\u0995\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09b2\u09bf\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09be\u099a\u09c0\u09b0 \u09a4\u09c1\u09b2\u09c7 \u09a6\u09c7\u09af\u09bc \u098f\u09ac\u0982 \u09a6\u09c7\u09b6\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be\u09a8\u09cd\u09a4 \u099c\u09cb\u09b0\u09a6\u09be\u09b0 \u0995\u09b0\u09c7 \u0964
-\u09aa\u09cd\u09b0\u09a5\u09ae\u099f\u09bf \u09b9\u099a\u09cd\u099b\u09c7 \u099b\u09ac\u09bf\u099f\u09bf\u09b0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 \u09aa\u09cd\u09b0\u09a5\u09ae \u09b8\u09be\u09a4 \u09ae\u09bf\u09a8\u09bf\u099f & # 44 ; \u09af\u09be \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf \u099c\u09c0\u09ac\u09a8 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7 & # 44 ; \u098f\u09ac\u0982 \u09a6\u09cd\u09ac\u09bf\u09a4\u09c0\u09af\u09bc\u099f\u09bf \u09b9\u09b2 & quot ; \u09ac\u09be\u0997\u09be\u09a8\u09c7\u09b0 \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af & quot ; & # 44 ; \u09af\u09c7\u0996\u09be\u09a8\u09c7 \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09be\u09b0 \u09ad\u09be\u09b2\u09ac\u09be\u09b8\u09be\u09b0 \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf \u09b9\u09af\u09bc \u0964
-\u09e7\u09ee \u09b6\u09a4\u0995\u09c7\u09b0 \u098f\u0995\u09a6\u09b2 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 \u0993 \u09b2\u09c7\u0996\u0995 \u0986\u09af\u09bc \u0993 \u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0985\u09b0\u09cd\u09a5\u09a8\u09c8\u09a4\u09bf\u0995 \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09a7\u09be\u09b0\u09be\u09b0 \u0989\u09a8\u09cd\u09a8\u09af\u09bc\u09a8 \u0998\u099f\u09be\u09a8 \u0964
-\u09af\u09cb\u09a8\u09c0\u09a4\u09c7 \u09b2\u09bf\u0999\u09cd\u0997 \u09aa\u09cd\u09b0\u09ac\u09bf\u09b7\u09cd\u099f\u0995\u09b0\u09a3\u09c7\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09c7 \u0995\u09be\u09ae\u09cb\u09a6\u09cd\u09a6\u09c0\u09aa\u0995 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b6\u09c3\u0999\u09cd\u0997\u09be\u09b0 \u0964
-\u098f\u099f\u09bf \u09ae\u09c2\u09b2\u09a4 \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 \u09ae\u09be\u099d\u09c7\u0987 \u09aa\u09be\u0993\u09af\u09bc\u09be \u09af\u09c7\u09a4 \u09af\u09be \u0995\u09bf\u09a8\u09be \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 \u0986\u0995\u09cd\u09b0\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09a4 \u0964
-\u098f\u0997\u09c1\u09b2\u09bf \u098f\u0995\u098f \u09b9\u09af\u09bc\u09c7 mycelium \u0997\u09a0\u09a8 \u0995\u09b0\u09c7 \u0964
-\u09b0\u09be\u09b6\u09bf\u09af\u09bc\u09be \u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8\u09c7 \u098f\u0995\u099f\u09bf \u0997\u09a3\u09a4\u09be\u09a8\u09cd\u09a4\u09cd\u09b0\u09bf\u0995 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0 \u0964
-\u09b2\u09bf\u0999\u09cd\u0997
-\u098f\u0987 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u0995\u09c7 \u09ac\u09b2\u09be \u09b9\u09af\u09bc \u09b0\u09be\u0997\u09ae\u09cb\u099a\u09a8 -lrb- \u0985\u09a8\u0997\u09cd\u09af\u09be\u099c\u09ae -rrb- \u0964
-\u0987\u09a4\u09bf\u09b9\u09be\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09b0\u09cd\u09ac\u09c7 \u098f\u0996\u09be\u09a8\u09c7\u0987 \u09b8\u09cd\u09a5\u09be\u09aa\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u09ac\u09bf\u09b6\u09be\u09b2\u09be\u0995\u09be\u09b0 \u098f\u0995\u09be\u09a7\u09bf\u0995 \u09b8\u09be\u09ae\u09cd\u09b0\u09be\u099c\u09cd\u09af \u0964
-\u09ac\u09cd\u09af\u09be\u09b8\u09cd\u099f\u09bf\u0995 \u0985\u09b0\u09cd\u09a5\u09a8\u09c0\u09a4\u09bf
-\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0995\u09be\u099b\u09c7 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae\u09c7\u09b0 \u09b8\u09ac\u099a\u09c7\u09af\u09bc\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8 \u09b0\u09c2\u09aa \u09b9\u09b2 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u0964
-\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 \u09e7\u09ef\u09ed\u09e7 \u09b8\u09be\u09b2\u09c7\u09b0 \u0985\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u09b8\u09b0\u0995\u09be\u09b0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/joshua.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/joshua.config b/joshua-core/src/test/resources/bn-en/packed/joshua.config
deleted file mode 100644
index ead1806..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/joshua.config
+++ /dev/null
@@ -1,50 +0,0 @@
-lm = kenlm 5 false false 100 src/test/resources/bn-en/packed/lm.gz
-
-tm = thrax -owner pt -maxspan 12 -path src/test/resources/bn-en/packed/grammar.packed
-tm = thrax -owner glue -maxspan -1 -path src/test/resources/bn-en/packed/grammar.glue
-
-mark_oovs = false
-
-#tm config
-default_non_terminal = OOV
-goalSymbol = GOAL
-
-#pruning config
-num-translation-options = 0
-pop-limit = 10
-
-#nbest config
-use_unique_nbest = true
-top_n = 10
-
-feature-function = OOVPenalty
-feature-function = WordPenalty
-
-# output format
-output-format = "%c %s"
-
-###### model weights
-#lm order weight
-lm_0 1.3200621467242506
-
-#phrasemodel owner column(0-indexed) weight
-pt_0 -0.4571255198114019
-pt_1 0.17399038425384106
-pt_2 0.784547842535801
-pt_3 -0.76254324621594
-pt_4 0.8628695028838571
-pt_5 -0.04258438925263152
-pt_6 -0.5278815893934184
-pt_7 -0.9255662450788644
-pt_8 -0.03385066779097645
-pt_9 -0.9918446849428446
-pt_10 -0.52186013168725
-pt_11 0.7874679555197446
-pt_12 0.03770136145251124
-pt_13 -0.37085201114442157
-pt_14 -0.34054825749510886
-pt_15 -0.008348471483412778
-pt_16 -0.7984119288127296
-glue_0 -1
-WordPenalty -3.0476045270236662
-OOVPenalty 1.0


[05/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/samt/output.scores.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/samt/output.scores.gold b/joshua-core/src/test/resources/bn-en/samt/output.scores.gold
deleted file mode 100644
index fd63d12..0000000
--- a/joshua-core/src/test/resources/bn-en/samt/output.scores.gold
+++ /dev/null
@@ -1,862 +0,0 @@
- rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -230.669
- rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -230.837
- rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -231.593
- rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -231.977
- rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -232.054
- rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -232.473
- in recent times of india with united states relationship between improved .  |||  -26.695
- in recent times india with united states relationship between improved .  |||  -27.174
- in recent times of india with the united states relationship between improved .  |||  -27.329
- in recent times of india with united states relation between improved .  |||  -27.367
- in recent times in india with united states relationship between improved .  |||  -27.695
- in recent times india with the united states relationship between improved .  |||  -27.807
- in recent times india with united states relation between improved .  |||  -27.845
- in recent times of india with the united states relation between improved .  |||  -28.000
- in recent times of india with united states relation improved .  |||  -28.037
- in recent times in india with united states relation between improved .  |||  -28.367
- mathematics is science language .  |||  -12.270
- mathematics so science language .  |||  -12.290
- mathematics hence science language .  |||  -14.648
- mathematics that is why science language .  |||  -14.684
- mathematics that science language .  |||  -14.686
- mathematics is science languages .  |||  -14.843
- mathematics so science languages .  |||  -14.864
- mathematics is reasons language .  |||  -14.908
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -329.615
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -329.869
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.539
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.631
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.793
- from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.878
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.886
- from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.119
- from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.132
- from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.188
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -244.715
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -244.892
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -245.063
- on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -245.074
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from .  |||  -245.208
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from .  |||  -245.411
- in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -245.823
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to .  |||  -245.993
- in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -246.000
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the .  |||  -246.051
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -222.050
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in .  |||  -223.836
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the .  |||  -224.380
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods .  |||  -224.789
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -224.989
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . .  |||  -224.991
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of .  |||  -225.383
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , .  |||  -225.396
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .  |||  -439.395
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama .  |||  -439.526
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama .  |||  -440.155
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that .  |||  -440.188
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that .  |||  -440.260
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that .  |||  -440.280
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that .  |||  -440.347
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama .  |||  -440.391
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama .  |||  -440.410
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama .  |||  -440.477
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -252.878
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not .  |||  -252.999
- task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -253.123
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are , but these are very is not .  |||  -253.207
- task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not .  |||  -253.244
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not .  |||  -253.351
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -253.526
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not .  |||  -253.999
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very common not .  |||  -254.604
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very common not .  |||  -254.725
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.205
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.435
- it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.473
- it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.567
- it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.703
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.755
- it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.796
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .  |||  -264.875
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.985
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina .  |||  -264.988
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -324.551
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -324.635
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -324.722
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -324.806
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -326.046
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -326.131
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above  |||  -327.121
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above  |||  -327.206
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.013
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the .  |||  -675.262
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.282
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the .  |||  -675.530
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the .  |||  -675.766
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the .  |||  -675.800
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.864
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the .  |||  -675.940
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the .  |||  -676.015
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the .  |||  -676.035
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -199.719
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -199.743
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -199.975
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -199.999
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the .  |||  -200.182
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the .  |||  -200.206
- population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the .  |||  -200.259
- population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -200.280
- population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the .  |||  -200.283
- population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -200.304
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.022
- mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.373
- \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.486
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.266
- the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8  |||  -115.559
- mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.616
- \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.729
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is  |||  -117.032
- external links of  |||  -6.764
- relation with outside of  |||  -7.040
- external link of  |||  -7.543
- external communication of  |||  -7.776
- external connections of  |||  -8.099
- external connection of  |||  -8.379
- external link by  |||  -8.600
- external communication by  |||  -8.928
- external links by  |||  -9.099
- external connections by  |||  -9.281
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers  |||  -159.669
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers  |||  -159.792
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers  |||  -160.578
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the telecommunication system is a is one of the main providers  |||  -160.606
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers  |||  -160.701
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers  |||  -161.029
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers  |||  -161.034
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system of a is one of the main providers  |||  -161.049
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers  |||  -161.152
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers  |||  -161.157
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .  |||  -342.060
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .  |||  -342.499
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as .  |||  -342.884
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as .  |||  -343.137
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as .  |||  -343.290
- he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .  |||  -343.354
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as .  |||  -343.597
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states .  |||  -343.600
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as .  |||  -343.619
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .  |||  -343.622
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -337.568
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -337.736
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -338.457
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -338.537
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -338.625
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -338.705
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage  |||  -338.832
- many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -339.032
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage  |||  -339.800
- britain writers written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -144.560
- britain writers written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -144.892
- britain writers written drama , novels , stories and recently script in the \u0986\u09a6\u09c3\u09a4 .  |||  -144.986
- britain writers written drama , novels , stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.290
- britain writers of written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.319
- britain writers written drama , novels , stories and recently script in \u0986\u09a6\u09c3\u09a4 .  |||  -145.319
- britain writers of the drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.402
- britain writers written drama , novels , stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -145.623
- britain writers of written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -145.651
- britain writers written drama , novels , stories and in the recent script in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.717
- 1919 , on may month it saogat magazine was published in the .  |||  -29.082
- 1919 on may month it saogat magazine was published in the .  |||  -29.173
- 1919 , on may month it saogat magazine was published .  |||  -29.196
- 1919 on may month it saogat magazine was published .  |||  -29.287
- 1919 , on may month it is saogat magazine was published in the .  |||  -29.459
- 1919 on may month it is saogat magazine was published in the .  |||  -29.550
- 1919 , on may month it is saogat magazine was published .  |||  -29.572
- 1919 on may month it is saogat magazine was published .  |||  -29.663
- 1919 , on may month it saogat magazine was published in .  |||  -29.879
- 1919 on may month it saogat magazine was published in .  |||  -29.971
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.093
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.244
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.557
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.712
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.863
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.115
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.266
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.734
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the .  |||  -461.872
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.885
- to prevent this several measures are taken .  |||  -21.333
- to prevent this several measures are in the .  |||  -23.640
- to prevent this several measures are the .  |||  -23.669
- to prevent this several measures are .  |||  -23.707
- to prevent this several measures are in .  |||  -24.099
- to avoid this possibility several measures are taken .  |||  -24.504
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.312
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.432
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.506
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.592
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.627
- \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.668
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.787
- \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.948
- \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -343.049
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in .  |||  -343.128
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -348.887
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -349.144
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted .  |||  -349.389
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took .  |||  -349.516
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in .  |||  -349.627
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the .  |||  -350.110
- the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -350.210
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -350.262
- the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -350.466
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -350.518
- subject category : encyclopedia  |||  0.287
- subject class : encyclopedia  |||  -0.402
- subject matter : encyclopedia  |||  -0.446
- subject : encyclopedia  |||  -0.476
- category : encyclopedia  |||  -0.771
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -136.409
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .  |||  -136.785
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country .  |||  -137.263
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .  |||  -137.272
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country .  |||  -138.633
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country .  |||  -138.974
- russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -139.126
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of .  |||  -139.429
- russia , france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -139.441
- russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .  |||  -139.502
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -155.661
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -155.793
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.117
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.225
- this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.249
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.297
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.357
- this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.402
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.430
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.753
- <address>  |||  -21.727
- " \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -126.861
- <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -127.198
- " \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -127.412
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -127.534
- <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -127.749
- september  |||  0.260
- september .  |||  -3.522
- \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0  |||  -104.738
- this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.375
- this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.379
- this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.384
- this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.388
- in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.623
- in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.632
- this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.916
- this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.925
- this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.965
- this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.974
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -265.370
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -265.446
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .  |||  -266.013
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .  |||  -266.089
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.264
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.340
- agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.392
- agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.490
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.548
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.623
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -118.675
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was .  |||  -119.589
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was .  |||  -119.755
- in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -119.974
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was .  |||  -120.094
- they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -120.273
- of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -120.375
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was .  |||  -120.399
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was .  |||  -120.487
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.242
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.394
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.592
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.619
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.745
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.771
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , and yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.951
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.969
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and after visiting srilanka .  |||  -605.983
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -606.122
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -119.423
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -119.722
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated .  |||  -119.957
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located .  |||  -120.301
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -120.554
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .  |||  -120.695
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .  |||  -120.727
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located .  |||  -120.834
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -120.852
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in .  |||  -121.016
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -461.835
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of atlantic ocean .  |||  -462.322
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of atlantic ocean .  |||  -462.361
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of the atlantic ocean .  |||  -462.532
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of the atlantic ocean .  |||  -462.573
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.634
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the the atlantic ocean .  |||  -462.712
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.825
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the on the atlantic ocean .  |||  -462.833
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.991
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -349.945
- apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.476
- apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.589
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.844
- apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.121
- apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.262
- apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.267
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.327
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.427
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.449
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the .  |||  -129.293
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .  |||  -130.169
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the .  |||  -130.397
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by .  |||  -130.442
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the .  |||  -130.455
- \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the .  |||  -130.463
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the .  |||  -130.546
- \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the .  |||  -130.628
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the .  |||  -130.739
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the .  |||  -131.107
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -165.025
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -165.876
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted .  |||  -165.884
- the subject of some puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.021
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story to , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.116
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted .  |||  -166.120
- the subject of sometimes puran -lrb- from , sometimes in middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.162
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from the , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.174
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again at the present age social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.244
- the subject of sometime puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.279
- three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -354.717
- three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.390
- three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.566
- three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.918
- three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.947
- three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.235
- three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.239
- three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.484
- three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.558
- three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.591
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -242.737
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -243.137
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in .  |||  -243.852
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .  |||  -243.867
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the .  |||  -243.900
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at .  |||  -244.008
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .  |||  -244.031
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in .  |||  -244.041
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can is situated in .  |||  -244.052
- \u0995\u09be\u099b\u09c7\u0987 are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .  |||  -244.075
- in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.312
- in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.654
- in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.951
- in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -124.144
- in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -124.779
- in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.068
- in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.571
- in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.601
- in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.684
- in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . .  |||  -126.253
- \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -104.738
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon  |||  -222.227
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon  |||  -222.626
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon  |||  -224.534
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon  |||  -225.003
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon  |||  -225.402
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon  |||  -226.183
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon  |||  -226.565
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt  |||  -226.669
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.577
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.611
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.995
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.029
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.466
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.499
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.884
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.906
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.918
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.940
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1735.945
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.149
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.151
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.297
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.355
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.363
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- .  |||  -1736.461
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.503
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.517
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.518
- after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.817
- after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.874
- after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.956
- after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.040
- after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.057
- after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.113
- after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.160
- after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.195
- after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.217
- after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.279
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -250.818
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -250.835
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.000
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.017
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.127
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.145
- the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.255
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.309
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.317
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.327
- \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995  |||  -104.738
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo  |||  -450.843
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened  |||  -450.967
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo  |||  -451.585
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo  |||  -451.690
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened  |||  -451.813
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo  |||  -452.090
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened  |||  -452.202
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened  |||  -452.213
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo  |||  -452.856
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened  |||  -452.980
- many important and real problem to solve complex number apariharza  |||  -31.095
- many important and real problem to solve complex number extremely necessary  |||  -31.408
- many important and real problem to solve complex number inevitable  |||  -31.447
- many important and real problem to for complex number extremely necessary  |||  -31.534
- many important and real problem to for complex number inevitable  |||  -31.572
- many important and real problems to solve complex number apariharza  |||  -31.603
- many important and real problems to solve complex number extremely necessary  |||  -31.917
- in many important and real problem to solve complex number extremely necessary  |||  -31.920
- many important and real problems to solve complex number inevitable  |||  -31.955
- many important and real problems to for complex number extremely necessary  |||  -32.043
- the big bang is a famous result are , in the state of the universe so and the recent state from the separate .  |||  -56.424
- the big bang is a famous result are , in the state of the universe so and the recent situation from the separate .  |||  -56.531
- the big bang is a famous result are , in the state of the universe so and recent state from the separate .  |||  -56.639
- the big bang is a famous result is , in the state of the universe so and the recent state from the separate .  |||  -56.704
- the big bang is a famous result is , in the state of the universe so and the recent situation from the separate .  |||  -56.811
- the big bang is a famous result is , in the state of the universe so and recent state from the separate .  |||  -56.919
- the big bang is a famous result are , in the state so and the recent state from the separate .  |||  -56.945
- the big bang is a famous result are , in the state so and the recent situation from the separate .  |||  -57.052
- the big bang is a famous result are , in the state of the universe so and the recent state from the different .  |||  -57.133
- the big bang is a famous result are , in the state so and recent state from the separate .  |||  -57.160
- windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -106.565
- of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -110.367
- the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -113.483
- of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -114.357
- \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -209.243
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -223.409
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .  |||  -223.899
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .  |||  -223.979
- rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.217
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being .  |||  -224.221
- rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.482
- rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.552
- rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.584
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.720
- rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.729
- labor economy .  |||  -2.036
- labour economics  |||  -2.248
- labor economy  |||  -2.358
- labor economics  |||  -4.475
- labour economy  |||  -4.807
- labor economy of  |||  -5.625
- britain at the same time in the world of the and his economic power was .  |||  -28.193
- britain at some point of time the world of the and his economic power was .  |||  -28.201
- britain at the same time in the world of the main and his economic power was .  |||  -28.256
- britain at some point of time the world of the main and his economic power was .  |||  -28.263
- britain at some point of time the world the and his economic power was .  |||  -28.308
- britain at some point of time in the world of the and his economic power was .  |||  -28.467
- britain at some point of time in the world of the main and his economic power was .  |||  -28.530
- britain at a time in the world of the and his economic power was .  |||  -28.540
- britain at the same time in the world the and his economic power was .  |||  -28.715
- britain at the same time in the world of the and his economical power was .  |||  -29.089
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.788
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.948
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.988
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.993
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.102
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.103
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.147
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.152
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.192
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.219
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.414
- here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.625
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.629
- here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.840
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -187.840
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .  |||  -187.927
- here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.968
- here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -188.050
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -188.055
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -188.063
- . z is related polar co-ordinate two is r = .  |||  -38.983
- . z is related polar co-ordinate two are r = .  |||  -39.102
- . z its related polar co-ordinate two is r = .  |||  -39.400
- . z its related polar co-ordinate two are r = .  |||  -39.519
- . z it related polar co-ordinate two are r = .  |||  -39.683
- . z it 's related polar co-ordinate two are r = .  |||  -39.693
- . z the related polar co-ordinate two are r = .  |||  -39.807
- . z is the related polar co-ordinate two is r = .  |||  -40.038
- . z is the related polar co-ordinate two are r = .  |||  -40.546
- november  |||  0.257
- november .  |||  -3.433
- november of  |||  -5.024
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.087
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.088
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.346
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.348
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.404
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.406
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be .  |||  -345.424
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.504
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.505
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.587
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.793
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.821
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.935
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.963
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.138
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.198
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.199
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.227
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.280
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.303
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method .  |||  -479.857
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method .  |||  -479.921
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method .  |||  -479.965
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method .  |||  -479.974
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method .  |||  -480.007
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method .  |||  -480.029
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method .  |||  -480.029
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method .  |||  -480.038
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method .  |||  -480.071
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method .  |||  -480.081
- among these there tribal dance , lokuj dance , classical dance , etc .  |||  -37.853
- among these there are tribal dance , lokuj dance , classical dance , etc .  |||  -38.404
- among these there tribal dance , influences impact dance , classical dance , etc .  |||  -38.447
- among them are tribal dance , lokuj dance , classical dance , etc .  |||  -38.605
- among these there tribal dance , lokuj dance , the classical dance , etc .  |||  -38.918
- among these there are tribal dance , influences impact dance , classical dance , etc .  |||  -38.997
- among these there are tribal dance , lokuj dance , the classical dance , etc .  |||  -39.468
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .  |||  -132.632
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the .  |||  -132.742
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is .  |||  -132.785
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the .  |||  -133.224
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in .  |||  -133.319
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the .  |||  -133.334
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is .  |||  -133.376
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the .  |||  -133.443
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the .  |||  -133.812
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in .  |||  -133.910
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.161
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.174
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.330
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.343
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.580
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.725
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.727
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.739
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.749
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.773
- the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -110.735
- mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -111.085
- \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -111.198
- . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -114.066
- mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -115.120
- the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -116.452
- of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -117.545
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different .  |||  -133.431
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -133.448
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different .  |||  -133.827
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate .  |||  -134.040
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate .  |||  -134.057
- the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -134.130
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different .  |||  -134.224
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different .  |||  -134.241
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different .  |||  -134.254
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different .  |||  -134.270
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -218.686
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,  |||  -219.408
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,  |||  -219.724
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,  |||  -220.516
- the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -220.701
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the  |||  -220.728
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and  |||  -220.812
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the  |||  -221.449
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in  |||  -221.531
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and  |||  -221.534
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.566
- open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.638
- open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.644
- open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.711
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.716
- open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.717
- open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.789
- open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.790
- open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.794
- open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.850
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -109.639
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka  |||  -110.190
- the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -110.961
- the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka  |||  -111.512
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -113.950
- the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -114.276
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -114.953
- of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.018
- the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -115.280
- the first world war german \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.333
- of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.345
- the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be .  |||  -115.434
- the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.553
- first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.694
- but this subject is to understand for even research to going on .  |||  -34.990
- but this subject is to understand for even research progress going on .  |||  -35.178
- but this subject is to understand for at present also research to going on .  |||  -35.277
- but in this matter is to understand for even research to going on .  |||  -35.392
- but this subject is to understand for today also research to going on .  |||  -35.410
- but this subject is to understand for at present also research progress going on .  |||  -35.464
- but in this subject is to understand for even research to going on .  |||  -35.590
- but this subject is to understand for presently research to going on .  |||  -35.623
- but in this matter is to understand for at present also research to going on .  |||  -35.678
- but at this subject is to understand for even research to going on .  |||  -35.785
- \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a  |||  -104.738
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.214
- he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.669
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.670
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -122.742
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the .  |||  -123.074
- he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -123.125
- he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -123.198
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -123.198
- he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -123.208
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in .  |||  -123.629
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.585
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.686
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.687
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.743
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.760
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that that , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.771
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.843
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.844
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.861
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.862
- and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -220.733
- the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -220.783
- and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.198
- and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.210
- the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.248
- and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.763
- and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.835
- the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.885
- and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.886
- and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines .  |||  -222.136
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -240.825
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf .  |||  -241.490
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf .  |||  -241.514
- \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.523
- \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.562
- \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.593
- \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.692
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -241.990
- \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -242.101
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the .  |||  -242.148
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.519
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.593
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe .  |||  -467.745
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.814
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.819
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.887
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.892
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , middle is a country of europe .  |||  -467.986
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the middle is a country of europe .  |||  -468.038
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe .  |||  -468.039
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion .  |||  -113.803
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion .  |||  -113.989
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion .  |||  -115.327
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of .  |||  -116.365
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of .  |||  -116.551
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion .  |||  -116.584
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of .  |||  -116.600
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of .  |||  -116.786
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -325.728
- but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -326.536
- but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -326.920
- but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.161
- but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.169
- but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.194
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow .  |||  -327.746
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down .  |||  -327.833
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow .  |||  -327.983
- subject category : gnu foundation  |||  -6.756
- subject class : the gnu foundation  |||  -7.225
- subject class : gnu foundation  |||  -7.445
- subject matter : gnu foundation  |||  -7.489
- subject category : the gnu foundation  |||  -7.497
- subject : gnu foundation  |||  -7.519
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -127.108
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -127.422
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -127.668
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -127.982
- economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -128.096
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -128.352
- financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -128.370
- economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -128.410
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study .  |||  -128.457
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .  |||  -128.634
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.223
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.260
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.280
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.317
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.361
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.398
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.418
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.455
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.560
- among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.567
- on 23rd april 1992 satyajit died .  |||  -17.735
- on 23rd april 1992 satyajit expired .  |||  -18.257
- on 23rd april 1992 satyajit passed away .  |||  -19.284
- on 23rd april 1992 satyajit died . .  |||  -21.617
- he died on 23rd april 1992 .  |||  -21.773
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -238.748
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -238.899
- this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.024
- in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.101
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send .  |||  -239.116
- this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.175
- during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.209
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.234
- in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.252
- in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.262
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.110
- acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.165
- acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.335
- acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.592
- acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.594
- acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.830
- acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.893
- acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -348.081
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -348.245
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -349.825
- bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -368.897
- bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.012
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.196
- bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.213
- bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.296
- the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.384
- bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.411
- the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.499
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.595
- bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.612
- in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.580
- kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.704
- kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.923
- in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -137.284
- in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -137.331
- in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.172
- kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.296
- in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.923
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.035
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.412
- but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.422
- but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.469
- but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -65.162
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.368
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .  |||  -66.416
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.744
- but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.755
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .  |||  -66.793
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -914.735
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -914.852
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.015
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.060
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.091
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.131
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.136
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.176
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.244
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.252
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.213
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .  |||  -261.415
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .  |||  -261.573
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people .  |||  -261.583
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.743
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it .  |||  -261.775
- the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.841
- 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.873
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .  |||  -261.944
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .  |||  -261.946
- the arousal activities before penetrating male organ into vagina is called foreplay .  |||  -25.161
- the arousal activities before penetrating male organ into vagina is called the foreplay .  |||  -26.500
- the arousal activities before penetrating male organ into vagina is called as the foreplay .  |||  -27.117
- the arousal activities before penetrating male organ into vagina is called as foreplay .  |||  -27.359
- the arousal activities before penetrating male organ into vag

<TRUNCATED>

[13/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output.scores.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output.scores.gold b/joshua-core/src/test/resources/bn-en/hiero/output.scores.gold
deleted file mode 100644
index a73761a..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output.scores.gold
+++ /dev/null
@@ -1,805 +0,0 @@
- rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.217
- rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.133
- rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.160
- rabindranath born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.388
- rabindranath born in the one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.823
- rabindranath 's birth was the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.862
- rabindranath was born in kolkata in \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.892
- rabindranath 's birth in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -229.004
- rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 .  |||  -321.208
- rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 .  |||  -322.124
- recently with united states with the relationship between improved .  |||  -21.022
- recently with united states with the relation between improved .  |||  -21.210
- in recent times india with united states relationship between improved .  |||  -22.055
- recently india with united states relationship between improved .  |||  -22.129
- in recent times with united states with the relationship between improved .  |||  -22.439
- recently with united states with the relation improved .  |||  -22.538
- in recent times in india with united states relationship between improved .  |||  -22.811
- mathematics so science language .  |||  -10.471
- mathematics is science language .  |||  -10.543
- mathematics that science language .  |||  -11.587
- science mathematics that language .  |||  -12.065
- from this it can be understood easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -322.982
- it can be understood from this easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -322.995
- from this it can be understood easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -322.996
- it can be understood from this easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.010
- it can be understood from this can easily that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.095
- it can be understood from this can easily that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.109
- from this it will be it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.442
- from this it it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.453
- from this it will be it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.498
- from this it it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -323.521
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -236.836
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel .  |||  -236.965
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -237.005
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel .  |||  -237.135
- in the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -237.997
- in the same along with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel .  |||  -238.127
- the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -238.469
- the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match from this novel .  |||  -238.599
- in the same with of bengal earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -238.638
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novels .  |||  -238.721
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -217.895
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority that the .  |||  -220.097
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority where the .  |||  -220.171
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 single absolute majority in the .  |||  -220.174
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 the . majority in  |||  -224.035
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .  |||  -432.357
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama .  |||  -433.284
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama .  |||  -433.453
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that .  |||  -433.520
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with that can .  |||  -433.577
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a that .  |||  -433.974
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with a and pajama .  |||  -434.091
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that .  |||  -434.368
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama .  |||  -435.295
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to and pajama .  |||  -435.464
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .  |||  -246.114
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .  |||  -246.373
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .  |||  -246.508
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .  |||  -246.767
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .  |||  -246.771
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and some more linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is but these are very is not .  |||  -247.030
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and more some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .  |||  -247.032
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and more some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is but these are very is not .  |||  -247.426
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very not common .  |||  -247.458
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these very is not .  |||  -247.572
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers .  |||  -256.668
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the is .  |||  -257.068
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers .  |||  -257.080
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .  |||  -257.139
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the is .  |||  -257.480
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the the .  |||  -257.520
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .  |||  -257.551
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the fingers .  |||  -257.705
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the fingers .  |||  -257.756
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the the .  |||  -257.932
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -321.077
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -321.092
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -321.673
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -321.689
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -322.768
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -323.365
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the .  |||  -664.033
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- to the .  |||  -664.104
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- , the .  |||  -664.430
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- on the .  |||  -664.633
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- to the .  |||  -664.703
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- , the .  |||  -665.029
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- on the .  |||  -665.105
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city as the national \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f he was the main speech -lrb- keynote speech -rrb- on the .  |||  -665.144
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national was he main speech -lrb- keynote speech -rrb- on the .  |||  -665.170
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 held in the city \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national he was the main speech -lrb- keynote speech -rrb- to the .  |||  -665.175
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as .  |||  -187.213
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as a .  |||  -187.302
- based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as .  |||  -187.326
- based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started the where the whole of west pakistan a province was considered as a .  |||  -187.415
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as .  |||  -187.500
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as a .  |||  -187.589
- based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as .  |||  -187.612
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the whole of west pakistan a province was considered as .  |||  -187.644
- based on power distribution of population east pakistan where to west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan a province was considered as a .  |||  -187.701
- based on power distribution of population east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the where the whole of west pakistan a province was considered as a .  |||  -187.733
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -110.415
- the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8  |||  -110.598
- mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -110.707
- \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -111.160
- . \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -111.550
- mathematical theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8  |||  -112.488
- external links of  |||  -4.318
- external link of  |||  -5.587
- outer link of  |||  -5.674
- external communication of  |||  -5.747
- outer communication of  |||  -6.128
- tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city  |||  -49.965
- tata communicationer " foreign sanchar nigam limited building it is the telecommunication system is a one of the main providers  |||  -50.012
- tata communication " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city  |||  -50.098
- tata communicationer " foreign sanchar nigam limited building it in the city telecommunication system is a one of the main providers  |||  -50.441
- tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system in the city  |||  -50.456
- tata communication " foreign sanchar nigam limited building this is one of the main providers in telecommunication system in the city  |||  -50.589
- tata communicationer " foreign sanchar nigam limited building it telecommunication system of the city is a one of the main providers  |||  -50.709
- tata communicationer " foreign sanchar nigam limited building it is the telecommunication system a one of the main providers  |||  -50.735
- tata communicationer " foreign sanchar nigam limited building this is one of the main providers in telecommunication system of the city is  |||  -50.780
- tata communicationer " foreign sanchar nigam limited building it is in the city telecommunication system is a one of the main providers  |||  -50.893
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states .  |||  -241.090
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states .  |||  -241.262
- in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states .  |||  -241.368
- in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in the won all and was elected as the 44th president of the united states .  |||  -241.540
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states .  |||  -241.586
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in national election won all and was elected as the 44th president of the united states .  |||  -241.820
- in the same year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly in election of national won all and was elected as the 44th president of the united states .  |||  -241.865
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 assembly the national election won all and was elected as the 44th president of the united states .  |||  -241.881
- in the year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states .  |||  -241.915
- in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states .  |||  -241.944
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -332.122
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -332.706
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 from \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage  |||  -333.394
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage  |||  -333.411
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -333.551
- many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -333.558
- many the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -333.877
- of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -334.019
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be upper stage from  |||  -334.071
- britain writers written drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -140.876
- britain writers written drama novels stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -141.370
- britain writers written drama novel stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -141.436
- britain writers written drama novels story and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -141.720
- britain writers written drama novels stories and recently script in \u0986\u09a6\u09c3\u09a4 .  |||  -141.838
- britain writers written drama novel stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -141.930
- britain writers written drama novels stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -141.937
- britain writers the drama novels stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -142.192
- britain writers written drama novels story and in the recent scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -142.214
- britain writers written drama novel story and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -142.280
- 1919 , in the month of may it was published in saogat magazine .  |||  -19.117
- in the month of may , 1919 it was published in saogat magazine .  |||  -19.140
- 1919 , it was published in saogat magazine in the month of may .  |||  -19.348
- 1919 on it was published in saogat magazine in the month of may .  |||  -19.883
- in 1919 it was published in saogat magazine in the month of may .  |||  -20.253
- in 1919 in the month of may it was published in saogat magazine .  |||  -20.330
- 1919 , it was published in saogat magazine during the month of may .  |||  -20.762
- 1919 on it was published in saogat magazine during the month of may .  |||  -21.296
- in 1919 it was published in saogat magazine during the month of may .  |||  -21.667
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -452.293
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -452.393
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized .  |||  -452.714
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized .  |||  -452.814
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in .  |||  -453.595
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged in .  |||  -453.695
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in .  |||  -453.728
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -453.979
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -454.079
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was organized .  |||  -454.400
- to prevent this several measures are taken .  |||  -12.088
- to avoid this possibility several measures are taken .  |||  -13.100
- to prevent this several measures are the .  |||  -15.767
- to prevent this several measures are in the .  |||  -16.171
- to prevent this several measures are in .  |||  -16.336
- on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -334.940
- on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 against a national was held in .  |||  -335.202
- on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -335.223
- on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -335.450
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -341.281
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -341.957
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank took secured its place in the .  |||  -342.020
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f took bank secured its place in the .  |||  -342.985
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the .  |||  -343.243
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the goods .  |||  -343.618
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -344.062
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -344.738
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and had \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -345.143
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and had \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -345.819
- subject category : encyclopedia  |||  1.726
- subject class : encyclopedia  |||  0.624
- subject matter : encyclopedia  |||  0.479
- subject : encyclopedia  |||  0.305
- category : encyclopedia  |||  -0.153
- russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defense sub country .  |||  -132.586
- russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -132.906
- russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country of india and defense sub country .  |||  -133.257
- russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .  |||  -133.294
- russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state of india and defence sub country .  |||  -133.416
- russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .  |||  -133.736
- russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 countries and defense sub country .  |||  -133.777
- russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -133.794
- russia france and israel the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -133.804
- russia france and israel india 's main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .  |||  -134.624
- this is our known as an imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -144.029
- this is our known as imaginary unit which with the help of mathematics formed the set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -144.652
- this is our known as an imaginary unit which with the help of mathematics formed the set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -144.865
- this is our known as an imaginary unit which with the help of mathematics formed are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.042
- this is our known as an imaginary unit which with the help of mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.094
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.309
- this is our known as imaginary unit which with the help of mathematics formed the set of real number from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.488
- this is our known as imaginary unit which with the help of mathematics formed are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.665
- this is our known as imaginary unit which with the help of mathematics formed the set of real numbers to \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.717
- this is our known as an imaginary unit which with the help of mathematics formed the set of real number to \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -145.832
- <address>  |||  -13.673
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -120.820
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ,  |||  -219.955
- , lt , \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -220.429
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt ;  |||  -220.805
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be , gt and  |||  -221.814
- september  |||  1.148
- september .  |||  -3.006
- \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0  |||  -103.288
- from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support .  |||  -133.987
- from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support .  |||  -134.257
- from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .  |||  -134.405
- from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be supported .  |||  -134.676
- from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support .  |||  -134.713
- this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support .  |||  -134.731
- from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support .  |||  -134.984
- this theory from though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be rather it can be support .  |||  -135.001
- from this theory though the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be supported .  |||  -135.132
- however , from this theory the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support .  |||  -135.265
- agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world .  |||  -254.285
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world .  |||  -254.323
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export in the whole world .  |||  -254.426
- agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the .  |||  -254.434
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the .  |||  -254.473
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export the .  |||  -254.575
- agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world .  |||  -254.907
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world .  |||  -254.945
- agricultural in production france country ; it is the most important mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -255.035
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world .  |||  -255.048
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -115.913
- their mathematics explains \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -117.241
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was .  |||  -117.692
- in mathematics their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -117.711
- they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -117.775
- in mathematics of their \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -117.823
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was .  |||  -117.940
- their in mathematics was \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were .  |||  -118.017
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .  |||  -548.678
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .  |||  -549.105
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .  |||  -549.276
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .  |||  -549.440
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and sri lanka .  |||  -549.702
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and after visiting srilanka .  |||  -549.867
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .  |||  -550.038
- deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .  |||  -550.040
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 the soviet russia iran iraq and after visiting srilanka .  |||  -550.464
- deshgulo france are : call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria rumania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .  |||  -550.466
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -117.393
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -117.961
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .  |||  -118.373
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -118.438
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated .  |||  -118.475
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .  |||  -118.654
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located at .  |||  -118.668
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .  |||  -118.942
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -119.007
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .  |||  -119.223
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -445.790
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean .  |||  -445.962
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.269
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea to the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean .  |||  -446.441
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south of the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.505
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.556
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.604
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.613
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south of the \u09ae\u09b0\u0995\u09cd\u0995\u09cb to the west and the atlantic ocean .  |||  -446.677
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -446.722
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations .  |||  -248.040
- other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations .  |||  -248.164
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations .  |||  -248.648
- other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision of the united nations .  |||  -248.772
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking .  |||  -248.791
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the decision of the united nations within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking .  |||  -248.825
- other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking .  |||  -248.916
- other than this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 the decision of the united nations within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking .  |||  -248.949
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision .  |||  -248.954
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking decision .  |||  -249.057
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .  |||  -125.132
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the .  |||  -125.984
- \u0995\u09be\u09b0\u09cd\u09b2 there is works that it is controlled by .  |||  -125.986
- \u0995\u09be\u09b0\u09cd\u09b2 there is work that it is controlled by .  |||  -126.112
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this is controlled by .  |||  -126.220
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the .  |||  -126.432
- \u0995\u09be\u09b0\u09cd\u09b2 there is only through it is controlled by .  |||  -126.447
- the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -157.897
- the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -158.142
- the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -158.179
- the subject matters sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -158.424
- the subject sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -158.455
- the subject sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -158.701
- the subject sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -158.738
- the subject sometimes puran -lrb- from sometimes in the middle age love story from sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -158.983
- the subject matters sometimes from puran -lrb- sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -159.231
- the subject matters sometimes puran -lrb- sometimes from in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -159.296
- three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -344.330
- three measure based on the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -345.865
- three measure based on the age of the universe is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -346.107
- three measure based on the age of the universe is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -346.305
- three measure based on that the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -346.572
- three measure based on that the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -348.107
- three measure based on that the age of the universe is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -348.349
- three measure based on that the age of the universe is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -348.547
- three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion year .  |||  -349.266
- three measure based on the age of the universe is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion year .  |||  -350.801
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -235.123
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .  |||  -235.484
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be located .  |||  -235.808
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at .  |||  -236.103
- \u0995\u09be\u099b\u09c7\u0987 there is east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .  |||  -236.141
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .  |||  -236.168
- \u0995\u09be\u099b\u09c7\u0987 are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .  |||  -236.282
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea another can be situated .  |||  -236.371
- \u0995\u09be\u099b\u09c7\u0987 there are east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in .  |||  -236.384
- \u0995\u09be\u099b\u09c7\u0987 there are eastern russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -236.499
- in kolkata is located at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -119.076
- in kolkata is located in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -119.169
- in kolkata is situated at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -119.263
- in kolkata is situated in the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -119.665
- in kolkata is located at the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -120.880
- in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -120.887
- in kolkata is located at the national library of india the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -120.912
- in kolkata is located in the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -120.973
- in kolkata is located in the national library of india the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -121.004
- in kolkata is situated at the national library of india the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -121.067
- \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -103.288
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon  |||  -218.172
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon  |||  -218.226
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon  |||  -220.109
- \u09ac\u09be\u09a8 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary ki moon  |||  -221.235
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon  |||  -221.542
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -337.188
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -337.335
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -337.851
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -337.998
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -338.299
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -338.446
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.540
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.622
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.748
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.769
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.830
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.851
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.978
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " , it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1715.032
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1715.060
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " , it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1715.114
- after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -336.768
- after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -336.929
- after that 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -337.044
- after that , 1953 during the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -337.100
- after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -337.124
- after that in the month of may , 1953 nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -337.286
- after that , 1953 in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -337.301
- after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -337.367
- after that 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -337.401
- after that , 1953 during the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -337.457
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.245
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.290
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.774
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.788
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.819
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.833
- the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.915
- the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.960
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain .  |||  -242.973
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 hill and mountain .  |||  -243.018
- \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995  |||  -103.288
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo  |||  -443.070
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened  |||  -443.197
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased ghotechilo  |||  -444.124
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are increased already happened  |||  -444.714
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are mentionable the already happened  |||  -444.808
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened  |||  -445.096
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are of the already happened  |||  -445.116
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his are in the city of the already happened  |||  -445.119
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the are the already happened  |||  -445.235
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his the city are the already happened  |||  -445.283
- many important and real extremely necessary to solve problems complex number  |||  -26.515
- many important and real to solve problems complex number apariharza  |||  -26.733
- many important and real to solve problems extremely necessary complex number  |||  -26.848
- many important and real to solve problems complex number inevitable  |||  -27.273
- many important and real extremely necessary to solve problems complex numbers  |||  -27.283
- many important and real problem extremely necessary to solve complex number  |||  -27.298
- many important and real to solve problems complex number extremely necessary  |||  -27.308
- many important and real problem to solve complex number inevitable  |||  -27.422
- many important and real problem to solve complex number extremely necessary  |||  -27.457
- many important and real to solve problems extremely necessary complex numbers  |||  -27.756
- the big bang is a important result are in the state of the universe so and recent situation from the separate .  |||  -46.594
- the big bang is a important result is in the state of the universe so and recent situation from the separate .  |||  -46.767
- the big bang is a important result are in the state of the universe so and recent situation from the the .  |||  -47.097
- the big bang is a important result are in the state of the universe so and recent situation from the different .  |||  -47.151
- the big bang is a important result is in the state of the universe so and recent situation from the the .  |||  -47.270
- the big bang is a important result is in the state of the universe so and recent situation from the different .  |||  -47.324
- the big bang is a important result are in the state of the universe so and recent state from the separate .  |||  -47.472
- the big bang is a important result is in the state of the universe so and recent state from the separate .  |||  -47.646
- the big bang is a important result are in the universe so state and recent situation from the separate .  |||  -47.814
- the big bang is a important result are in the state of the universe so and recent situation from completely separate .  |||  -47.853
- windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -104.858
- \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -207.084
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -219.540
- rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -219.826
- rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -219.926
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -219.999
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .  |||  -220.052
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .  |||  -220.167
- rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .  |||  -220.337
- rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .  |||  -220.438
- rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .  |||  -220.452
- labour economics  |||  -0.994
- labor economy  |||  -1.238
- labor economy .  |||  -2.085
- labor economics  |||  -3.592
- labour economy  |||  -4.189
- the labor economy  |||  -4.211
- britain was once upon a time the main and his economic power in the world .  |||  -20.876
- britain was once upon a time the and his economic power in the world .  |||  -21.159
- britain was once upon a time his and the main economic power in the world .  |||  -21.293
- britain at some point of time was the main and his economic power in the world .  |||  -21.391
- britain at the same time was the main and his economic power in the world .  |||  -21.710
- britain at one point of time was the main and his economic power in the world .  |||  -21.899
- britain once upon a time was the main and his economic power in the world .  |||  -22.348
- britain was once upon a time main and his economic power in the world .  |||  -22.745
- britain at some point of time in the world was the main economic power and his .  |||  -22.813
- britain at some point of time was his and the main economic power in the world .  |||  -22.850
- movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.275
- movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.393
- movement against the pakistani military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.487
- movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.505
- movement against the military rule and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.536
- movement against the military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and movement of the bengalis independence , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.570
- movement against the pakistani military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.604
- movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.622
- movement against the military rule and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.687
- movement against the pakistani military rule and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 of pakistan was against protest and independence movement of the bengalis from \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.716
- here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -171.397
- here is mentioned that were internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -171.639
- here is mentioned that were internet and other name of world wide web to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -171.721
- here is mentioned that were internet and world wide web \u2019 s synonymous to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -172.036
- here is mentioned that were internet and other name of world wide web word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -172.203
- here is mentioned that many internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -172.747
- here is mentioned that many internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -172.989
- here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .  |||  -172.999
- here is mentioned that many internet and other name of world wide web to be word , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -173.072
- here is mentioned that were internet and other name of world wide web word to be , but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .  |||  -173.241
- . the related z polar co-ordinate two are r = .  |||  -31.445
- . the related z polar co-ordinate two is r = .  |||  -31.908
- . the related of z polar co-ordinate two are r = .  |||  -32.274
- . z its related polar co-ordinate two are r = .  |||  -32.722
- . the related of z polar co-ordinate two is r = .  |||  -32.737
- in the related z polar co-ordinate two are r = .  |||  -32.749
- . z the related polar co-ordinate two are r = .  |||  -32.809
- november  |||  1.122
- november .  |||  -4.248
- \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0  |||  -103.288
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -337.642
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -338.450
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -338.529
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to used .  |||  -338.826
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 to mail to .  |||  -339.004
- \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 1972 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -339.066
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -339.213
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to arrested .  |||  -339.272
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to .  |||  -339.300
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 mail to to .  |||  -339.300
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -453.504
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -453.963
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.443
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.447
- \u099c\u09c0\u09ac science the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.737
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the about the practical subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.823
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the issue to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.872
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the subject to he \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.901
- \u099c\u09c0\u09ac science that the \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -454.903
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical about the issue to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -455.330
- water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -467.773
- water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -467.834
- water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method .  |||  -468.060
- water from the river \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method .  |||  -468.122
- water river from \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -468.162
- water from the river \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -468.224
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -468.293
- water from the river \u0989\u09a0\u09be\u09a8\u09cb it was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -468.355
- water river from \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method .  |||  -468.450
- water from the river \u0989\u09a0\u09be\u09a8\u09cb was some purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a method .  |||  -468.512
- among these there are tribal dance lokuj dance classical dance etc .  |||  -25.170
- among these there are tribal dance influences impact dance classical dance etc .  |||  -25.620
- among them are tribal dance lokuj dance classical dance etc .  |||  -26.831
- among these there is tribal dance lokuj dance classical dance etc .  |||  -27.046
- among these there is tribal dance influences impact dance classical dance etc .  |||  -27.496
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .  |||  -128.172
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the .  |||  -128.707
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in .  |||  -128.982
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the in the .  |||  -129.377
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the the .  |||  -129.578
- the oldest literature first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .  |||  -129.651
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the in the .  |||  -129.915
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the in .  |||  -129.925
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the the .  |||  -129.969
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the in .  |||  -130.156
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.400
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as .  |||  -681.602
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.620
- in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.675
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.684
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as .  |||  -681.822
- on the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.844
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his , \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.861
- in the year 1989 the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as .  |||  -681.877
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit \u2019 s films , a is considered as .  |||  -681.886
- the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -108.280
- mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -108.571
- \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -109.025
- . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -109.415
- \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be mathematical theory .  |||  -110.926
- mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -113.178
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -126.793
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different .  |||  -126.966
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system such as windows and mac os to linux in different different .  |||  -127.419
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like the windows and mac os to linux in different different .  |||  -127.754
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from linux in different different .  |||  -127.852
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like the windows and mac os to linux in different different .  |||  -127.927
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os from linux in different different .  |||  -128.024
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 linux operating system like the windows and mac os to do their different .  |||  -128.239
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate .  |||  -128.265
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 linux operating system like the windows and mac os to in different different .  |||  -128.309
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -215.125
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to the \u09ad\u09be\u09b7\u09cd\u09af ,  |||  -215.700
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 according to \u09ad\u09be\u09b7\u09cd\u09af ,  |||  -216.133
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,  |||  -217.133
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,  |||  -217.215
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,  |||  -217.239
- the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -217.435
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -461.854
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -461.897
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is .  |||  -462.229
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way .  |||  -462.237
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 is .  |||  -462.272
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language \u09ac\u09bf\u09a4\u09b0\u09a3 to open way .  |||  -462.279
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -462.350
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -462.392
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open in \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -462.512
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open in \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -462.554
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -107.382
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka  |||  -108.858
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 the  |||  -110.883
- \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of bangladesh dhaka  |||  -111.027
- bangladesh dhaka \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7  |||  -111.126
- \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 bangladesh dhaka  |||  -111.514
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -109.139
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -109.520
- the first world war germany can be \u09b9\u09c7\u09b0\u09c7 .  |||  -110.263
- the first world war german \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -110.711
- the first world war german \u09b9\u09c7\u09b0\u09c7 can be .  |||  -111.092
- germany the first world war \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -111.122
- but this subject is to understand for even research to going on .  |||  -32.160
- but this subject is to understand for even research progress going on .  |||  -32.389
- but this subject is to understand even for research to going on .  |||  -32.514
- but this subject is to understand for presently research to going on .  |||  -32.599
- but this subject is to understand presently for research to going on .  |||  -32.608
- but this subject is to understand even for research progress going on .  |||  -32.743
- but this subject is to understand for presently research progress going on .  |||  -32.828
- but this subject is to understand presently for research progress going on .  |||  -32.836
- but this subject is to for even research to going on .  |||  -33.085
- \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a  |||  -103.288
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -118.584
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -118.970
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was made .  |||  -119.007
- he was for military forces \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -119.052
- he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -119.195
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the .  |||  -119.315
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was created .  |||  -119.424
- he was for military forces \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -119.437
- he was for military forces \u0986\u09a8\u09ab\u09bf\u099f declared was made .  |||  -119.475
- he was for the military forces \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -120.208
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.493
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.680
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.753
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that to by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.940
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government with \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.984
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib for to form the government \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.985
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -479.051
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -479.071
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was for to form the government \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -479.145
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -479.157
- and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -217.956
- the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -218.249
- and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -218.435
- and computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -218.670
- and computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -218.855
- the computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -218.963
- and computer words meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -219.032
- and computer words the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -219.069
- and the computer words of the \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -219.149
- on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.748
- on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.808
- \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.813
- on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.833
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.873
- \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.899
- on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the .  |||  -237.042
- on 4th july \u09e7\u09ed\u09ed\u09ec this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf the .  |||  -237.102
- \u09e7\u09ed\u09ed\u09ec on 4th july this constituents of a independence written proclamation \u099c\u09be\u09b0\u09bf the .  |||  -237.108
- on 4th july \u09e7\u09ed\u09ed\u09ec this constituents a independence written proclamation \u099c\u09be\u09b0\u09bf the .  |||  -237.127
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through a country of europe .  |||  -447.278
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the is a country of europe .  |||  -447.969
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- through is a country of europe .  |||  -447.976
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- middle is a country of europe .  |||  -448.142
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- central is a country of europe .  |||  -448.203
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the a country of europe .  |||  -448.948
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in a country of europe .  |||  -449.132
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- in is a country of europe .  |||  -449.136
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- middle a country of europe .  |||  -449.138
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant ] -rrb- the middle is a country of europe .  |||  -449.331
- the main religion \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae from russia .  |||  -110.479
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion .  |||  -110.595
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion .  |||  -110.737
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia main religion .  |||  -111.472
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the religion of russia .  |||  -111.696
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia of the main religion .  |||  -112.120
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion .  |||  -112.320
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -321.499
- but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -322.246
- but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -323.577
- but \u0997\u09b2\u09a6\u09c7\u09b0 the two \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -323.606
- but \u0997\u09b2\u09a6\u09c7\u09b0 are \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -323.608
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow .  |||  -323.760
- subject category : gnu foundation  |||  -4.645
- subject class : gnu foundation  |||  -5.952
- subject : gnu foundation  |||  -6.057
- subject matter : gnu foundation  |||  -6.097
- subject category : gonu foundation  |||  -6.361
- category : gnu foundation  |||  -6.519
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -124.215
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -124.324
- economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -124.637
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .  |||  -125.398
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -125.403
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study in the .  |||  -125.507
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .  |||  -125.508
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -125.513
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -125.533
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study in the .  |||  -125.617
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.374
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.614
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.670
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.763
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 numbers is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.855
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.910
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -336.003
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -336.003
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get is \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -336.243
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen \u0993\u09b0\u09c7 this no \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -336.299
- on 23rd april 1992 satyajit died .  |||  -13.547
- on 23rd april 1992 satyajit expired .  |||  -13.865
- on 23rd april 1992 satyajit passed away .  |||  -14.349
- , on 23rd april 1992 satyajit died .  |||  -15.479
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.362
- during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.364
- at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.423
- during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.424
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to .  |||  -232.483
- during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to .  |||  -232.485
- at this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to .  |||  -232.544
- during this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to sent to .  |||  -232.545
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.659
- during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.661
- other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -338.434
- apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -338.715
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -339.387
- other than acted rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -339.774
- other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 various \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -339.815
- apart from acted rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 at different times different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -340.056
- other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af organizations connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -341.428
- other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af connected with are \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -341.691
- apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af organizations connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -341.709
- apart from acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af connected with are \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -341.972
- bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -358.420
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -358.507
- bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.274
- bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.359
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa on 9th december of year on dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.360
- bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.371
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.445
- bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.454
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.457
- bengali literature and culture the special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -359.600
- in kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason  |||  -131.010
- kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason  |||  -131.047
- in kolkata durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.052
- kolkata durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.088
- in kolkata durga puja tourists spot of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.288
- kolkata durga puja tourists spot of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.325
- in kolkata durga puja tourism of the \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.364
- kolkata durga puja tourism of the \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.401
- kolkata 's durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.643
- the durga puja tourism of the city \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -132.694
- but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -38.023
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -38.234
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -38.458
- but when millions of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -39.049
- but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -42.727
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -43.162
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.665
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.686
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.706
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " , the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.789
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the .  |||  -901.834
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the .  |||  -901.855
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is , " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf the .  |||  -901.875
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.906
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them and second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.927
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene , " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -901.927
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .  |||  -251.701
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .  |||  -251.890
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -252.122
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people .  |||  -252.311
- a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .  |||  -252.494
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development it .  |||  -252.561
- a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .  |||  -252.684
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 of production current through economic thoughts development people .  |||  -252.750
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development emperor .  |||  -252.881
- a group of 18th century the writer of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -252.916
- the arousal activities before penetrating male organ into vagina is called foreplay .  |||  -16.182
- excitement before entering penis in to vagina is called as shringar .  |||  -18.301
- the arousal activities before penetrating male organ into vagina is called the foreplay .  |||  -18.399
- the arousal activities before penetrating male organ into vagina is called as the foreplay .  |||  -18.916
- the arousal activities before penetrating male organ into vagina is called stimulation .  |||  -18.991
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -341.900
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .  |||  -342.098
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .  |||  -342.401
- it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -342.474
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -342.625
- it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .  |||  -342.672
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british .  |||  -342.823
- it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british .  |||  -342.975
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in to was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -342.986
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in is was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -343.116
- these \u098f\u0995\u098f the mycelium formed the .  |||  -217.337
- these \u098f\u0995\u098f to mycelium formed the .  |||  -217.640
- these are \u098f\u0995\u098f the mycelium formed the .  |||  -217.706
- these are \u098f\u0995\u098f to mycelium formed the .  |||  -218.008
- these \u098f\u0995\u098f by mycelium formed the .  |||  -218.513
- these \u098f\u0995\u098f by the mycelium formed the .  |||  -218.612
- these \u098f\u0995\u098f the mycelium was formed by the .  |||  -218.675
- russia at present a democratic country .  |||  -6.462
- russia now a democratic country .  |||  -7.292
- russia at present is a democratic country .  |||  -7.364
- penis  |||  -3.566
- gender  |||  -3.988
- sex  |||  -4.385
- the  |||  -5.681
- sexual organs  |||  -5.746
- \u09b2\u09bf\u0999\u09cd\u0997  |||  -103.288
- this state is called orgasm .  |||  -3.009
- in this state is called orgasm .  |||  -7.491
- this state is called the orgasm .  |||  -8.316
- this situation is called orgasm .  |||  -8.507
- history different period here was established royal more than one empire .  |||  -34.264
- history different period this was established royal more than one empire .  |||  -34.343
- the different period here was established royal more than one empire .  |||  -34.344
- history different period was established this royal more than one empire .  |||  -34.400
- the different period this was established royal more than one empire .  |||  -34.423
- history different period here itself was established royal more than one empire .  |||  -34.705
- history different period here only was established royal more than one empire .  |||  -34.842
- the different period here only was established royal more than one empire .  |||  -34.922
- history different period here was established royal more than one kingdom .  |||  -35.172
- history different period this was established royal more than one kingdom .  |||  -35.251
- micro economics  |||  -0.625
- macro economics  |||  -2.243
- macro economy  |||  -4.426
- macro economics .  |||  -4.763
- macro economy .  |||  -5.267
- micro economy  |||  -5.717
- microeconomics  |||  -5.724
- the user to operating system the visible form of the computer interface .  |||  -29.010
- the user to operating system most visible form of the computer interface .  |||  -29.437
- the user to operating system the most visible form of the computer interface .  |||  -29.636
- user to operating system the visible form of the computer interface .  |||  -29.674
- the user to operating system the visible are the form of computer interface .  |||  -29.793
- the user to operating system the visible is the form of computer interface .  |||  -30.125
- the user to operating system the visible form of the computers interface .  |||  -30.297
- the user to operating system are the form of the visible computer interface .  |||  -30.497
- the user to operating system the visible form of are computer interface .  |||  -30.536
- the user to operating system most visible form of the computers interface .  |||  -30.724
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government  |||  -110.935
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 temporary bangladesh government in 1971  |||  -111.050
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary bangladesh government  |||  -111.126
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 temporary bangladesh government , 1971  |||  -111.220
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary government of bangladesh  |||  -111.288
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 in 1971 temporary government of bangladesh  |||  -111.480


[20/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
new file mode 100644
index 0000000..db1ee04
--- /dev/null
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/BnEnSAMTTest.conf
@@ -0,0 +1,43 @@
+mark_oovs = false
+default_non_terminal = OOV
+goalSymbol = GOAL
+num_translation_options = 0
+pop_limit = 10
+use_unique_nbest = true
+top_n = 10
+output_format = "%c %s"
+
+feature_functions = [
+  { class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/bn-en/samt/lm.gz }
+  { class = OOVPenalty }
+  { class = WordPenalty }
+]
+
+grammars = [
+  { owner = pt, path = src/test/resources/bn-en/samt/grammar.gz, class = TextGrammar, span_limit = 12 }
+  { owner = glue, path = src/test/resources/bn-en/samt/grammar.glue, class = TextGrammar, span_limit = -1 }
+]
+
+weights = {
+  OOVPenalty = 1.0
+  WordPenalty = -3.0476045270236662
+  glue_0 = -1
+  lm_0 = 1.3200621467242506
+  pt_0 = -0.4571255198114019
+  pt_1 = 0.17399038425384106
+  pt_10 = -0.52186013168725
+  pt_11 = 0.7874679555197446
+  pt_12 = 0.03770136145251124
+  pt_13 = -0.37085201114442157
+  pt_14 = -0.34054825749510886
+  pt_15 = -0.008348471483412778
+  pt_16 = -0.7984119288127296
+  pt_2 = 0.784547842535801
+  pt_3 = -0.76254324621594
+  pt_4 = 0.8628695028838571
+  pt_5 = -0.04258438925263152
+  pt_6 = -0.5278815893934184
+  pt_7 = -0.9255662450788644
+  pt_8 = -0.03385066779097645
+  pt_9 = -0.9918446849428446
+}


[10/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/output.scores.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/output.scores.gold b/joshua-core/src/test/resources/bn-en/packed/output.scores.gold
deleted file mode 100644
index fd63d12..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/output.scores.gold
+++ /dev/null
@@ -1,862 +0,0 @@
- rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -230.669
- rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -230.837
- rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -231.593
- rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -231.977
- rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -232.054
- rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -232.473
- in recent times of india with united states relationship between improved .  |||  -26.695
- in recent times india with united states relationship between improved .  |||  -27.174
- in recent times of india with the united states relationship between improved .  |||  -27.329
- in recent times of india with united states relation between improved .  |||  -27.367
- in recent times in india with united states relationship between improved .  |||  -27.695
- in recent times india with the united states relationship between improved .  |||  -27.807
- in recent times india with united states relation between improved .  |||  -27.845
- in recent times of india with the united states relation between improved .  |||  -28.000
- in recent times of india with united states relation improved .  |||  -28.037
- in recent times in india with united states relation between improved .  |||  -28.367
- mathematics is science language .  |||  -12.270
- mathematics so science language .  |||  -12.290
- mathematics hence science language .  |||  -14.648
- mathematics that is why science language .  |||  -14.684
- mathematics that science language .  |||  -14.686
- mathematics is science languages .  |||  -14.843
- mathematics so science languages .  |||  -14.864
- mathematics is reasons language .  |||  -14.908
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -329.615
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -329.869
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.539
- from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.631
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.793
- from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.878
- from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -330.886
- from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.119
- from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.132
- from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -331.188
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -244.715
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -244.892
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -245.063
- on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -245.074
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from .  |||  -245.208
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from .  |||  -245.411
- in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -245.823
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to .  |||  -245.993
- in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from .  |||  -246.000
- in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the .  |||  -246.051
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -222.050
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in .  |||  -223.836
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the .  |||  -224.380
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods .  |||  -224.789
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -224.989
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . .  |||  -224.991
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of .  |||  -225.383
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , .  |||  -225.396
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .  |||  -439.395
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama .  |||  -439.526
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama .  |||  -440.155
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that .  |||  -440.188
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that .  |||  -440.260
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that .  |||  -440.280
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that .  |||  -440.347
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama .  |||  -440.391
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama .  |||  -440.410
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama .  |||  -440.477
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -252.878
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not .  |||  -252.999
- task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -253.123
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are , but these are very is not .  |||  -253.207
- task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not .  |||  -253.244
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not .  |||  -253.351
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not .  |||  -253.526
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not .  |||  -253.999
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very common not .  |||  -254.604
- task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very common not .  |||  -254.725
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.205
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.435
- it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.473
- it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.567
- it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.703
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.755
- it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.796
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the .  |||  -264.875
- this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -264.985
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina .  |||  -264.988
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -324.551
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter  |||  -324.635
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -324.722
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -324.806
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -326.046
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres  |||  -326.131
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above  |||  -327.121
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above  |||  -327.206
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.013
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the .  |||  -675.262
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.282
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the .  |||  -675.530
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the .  |||  -675.766
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the .  |||  -675.800
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the .  |||  -675.864
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the .  |||  -675.940
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the .  |||  -676.015
- in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the .  |||  -676.035
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -199.719
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -199.743
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -199.975
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -199.999
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the .  |||  -200.182
- population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the .  |||  -200.206
- population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the .  |||  -200.259
- population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the .  |||  -200.280
- population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the .  |||  -200.283
- population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the .  |||  -200.304
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.022
- mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.373
- \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -113.486
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.266
- the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8  |||  -115.559
- mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.616
- \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of  |||  -115.729
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is  |||  -117.032
- external links of  |||  -6.764
- relation with outside of  |||  -7.040
- external link of  |||  -7.543
- external communication of  |||  -7.776
- external connections of  |||  -8.099
- external connection of  |||  -8.379
- external link by  |||  -8.600
- external communication by  |||  -8.928
- external links by  |||  -9.099
- external connections by  |||  -9.281
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers  |||  -159.669
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers  |||  -159.792
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers  |||  -160.578
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the telecommunication system is a is one of the main providers  |||  -160.606
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers  |||  -160.701
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers  |||  -161.029
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers  |||  -161.034
- tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system of a is one of the main providers  |||  -161.049
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers  |||  -161.152
- tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers  |||  -161.157
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .  |||  -342.060
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .  |||  -342.499
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as .  |||  -342.884
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as .  |||  -343.137
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as .  |||  -343.290
- he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as .  |||  -343.354
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as .  |||  -343.597
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states .  |||  -343.600
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as .  |||  -343.619
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states .  |||  -343.622
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -337.568
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -337.736
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -338.457
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage  |||  -338.537
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -338.625
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -338.705
- many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage  |||  -338.832
- many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -339.032
- many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage  |||  -339.800
- britain writers written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -144.560
- britain writers written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -144.892
- britain writers written drama , novels , stories and recently script in the \u0986\u09a6\u09c3\u09a4 .  |||  -144.986
- britain writers written drama , novels , stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.290
- britain writers of written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.319
- britain writers written drama , novels , stories and recently script in \u0986\u09a6\u09c3\u09a4 .  |||  -145.319
- britain writers of the drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.402
- britain writers written drama , novels , stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -145.623
- britain writers of written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -145.651
- britain writers written drama , novels , stories and in the recent script in the \u0986\u09a6\u09c3\u09a4 .  |||  -145.717
- 1919 , on may month it saogat magazine was published in the .  |||  -29.082
- 1919 on may month it saogat magazine was published in the .  |||  -29.173
- 1919 , on may month it saogat magazine was published .  |||  -29.196
- 1919 on may month it saogat magazine was published .  |||  -29.287
- 1919 , on may month it is saogat magazine was published in the .  |||  -29.459
- 1919 on may month it is saogat magazine was published in the .  |||  -29.550
- 1919 , on may month it is saogat magazine was published .  |||  -29.572
- 1919 on may month it is saogat magazine was published .  |||  -29.663
- 1919 , on may month it saogat magazine was published in .  |||  -29.879
- 1919 on may month it saogat magazine was published in .  |||  -29.971
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.093
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.244
- in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.557
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.712
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -460.863
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.115
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.266
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.734
- in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the .  |||  -461.872
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the .  |||  -461.885
- to prevent this several measures are taken .  |||  -21.333
- to prevent this several measures are in the .  |||  -23.640
- to prevent this several measures are the .  |||  -23.669
- to prevent this several measures are .  |||  -23.707
- to prevent this several measures are in .  |||  -24.099
- to avoid this possibility several measures are taken .  |||  -24.504
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.312
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.432
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.506
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.592
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.627
- \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.668
- \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.787
- \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -342.948
- \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -343.049
- \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in .  |||  -343.128
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -348.887
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -349.144
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted .  |||  -349.389
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took .  |||  -349.516
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in .  |||  -349.627
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the .  |||  -350.110
- the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -350.210
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -350.262
- the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -350.466
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the .  |||  -350.518
- subject category : encyclopedia  |||  0.287
- subject class : encyclopedia  |||  -0.402
- subject matter : encyclopedia  |||  -0.446
- subject : encyclopedia  |||  -0.476
- category : encyclopedia  |||  -0.771
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -136.409
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .  |||  -136.785
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country .  |||  -137.263
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country .  |||  -137.272
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country .  |||  -138.633
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country .  |||  -138.974
- russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -139.126
- russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of .  |||  -139.429
- russia , france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -139.441
- russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country .  |||  -139.502
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -155.661
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -155.793
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.117
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.225
- this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.249
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.297
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.357
- this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the .  |||  -156.402
- this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.430
- this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with .  |||  -156.753
- <address>  |||  -21.727
- " \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -126.861
- <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -127.198
- " \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -127.412
- < \u09a0\u09bf\u0995\u09be\u09a8\u09be "  |||  -127.534
- <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >  |||  -127.749
- september  |||  0.260
- september .  |||  -3.522
- \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0  |||  -104.738
- this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.375
- this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.379
- this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.384
- this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.388
- in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.623
- in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.632
- this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.916
- this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.925
- this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported .  |||  -147.965
- this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported .  |||  -147.974
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -265.370
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -265.446
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .  |||  -266.013
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export .  |||  -266.089
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.264
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.340
- agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.392
- agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.490
- agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.548
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export .  |||  -266.623
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -118.675
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was .  |||  -119.589
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was .  |||  -119.755
- in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -119.974
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was .  |||  -120.094
- they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -120.273
- of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -120.375
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was .  |||  -120.399
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was .  |||  -120.487
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.242
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.394
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.592
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.619
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.745
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.771
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , and yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.951
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -605.969
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and after visiting srilanka .  |||  -605.983
- deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka .  |||  -606.122
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -119.423
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -119.722
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated .  |||  -119.957
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located .  |||  -120.301
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -120.554
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at .  |||  -120.695
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in .  |||  -120.727
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located .  |||  -120.834
- in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in .  |||  -120.852
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in .  |||  -121.016
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -461.835
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of atlantic ocean .  |||  -462.322
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of atlantic ocean .  |||  -462.361
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of the atlantic ocean .  |||  -462.532
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of the atlantic ocean .  |||  -462.573
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.634
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the the atlantic ocean .  |||  -462.712
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.825
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the on the atlantic ocean .  |||  -462.833
- in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean .  |||  -462.991
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -349.945
- apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.476
- apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.589
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -350.844
- apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.121
- apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.262
- apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.267
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.327
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.427
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be .  |||  -351.449
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the .  |||  -129.293
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .  |||  -130.169
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the .  |||  -130.397
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by .  |||  -130.442
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the .  |||  -130.455
- \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the .  |||  -130.463
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the .  |||  -130.546
- \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the .  |||  -130.628
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the .  |||  -130.739
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the .  |||  -131.107
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -165.025
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -165.876
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted .  |||  -165.884
- the subject of some puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.021
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story to , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.116
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted .  |||  -166.120
- the subject of sometimes puran -lrb- from , sometimes in middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.162
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from the , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.174
- the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again at the present age social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.244
- the subject of sometime puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted .  |||  -166.279
- three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -354.717
- three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.390
- three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.566
- three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.918
- three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -355.947
- three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.235
- three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.239
- three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.484
- three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.558
- three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -356.591
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -242.737
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -243.137
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in .  |||  -243.852
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .  |||  -243.867
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the .  |||  -243.900
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at .  |||  -244.008
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated .  |||  -244.031
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in .  |||  -244.041
- \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can is situated in .  |||  -244.052
- \u0995\u09be\u099b\u09c7\u0987 are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in .  |||  -244.075
- in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.312
- in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.654
- in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -123.951
- in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -124.144
- in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -124.779
- in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.068
- in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.571
- in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.601
- in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -125.684
- in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . .  |||  -126.253
- \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -104.738
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon  |||  -222.227
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon  |||  -222.626
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon  |||  -224.534
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon  |||  -225.003
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon  |||  -225.402
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon  |||  -226.183
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon  |||  -226.565
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt  |||  -226.669
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.577
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.611
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -344.995
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.029
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.466
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.499
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.884
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.906
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.918
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -345.940
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1735.945
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.149
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.151
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.297
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.355
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.363
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- .  |||  -1736.461
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.503
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.517
- the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1736.518
- after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.817
- after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.874
- after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -345.956
- after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.040
- after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.057
- after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.113
- after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.160
- after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.195
- after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -346.217
- after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the .  |||  -346.279
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -250.818
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -250.835
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.000
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.017
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.127
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.145
- the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.255
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.309
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.317
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -251.327
- \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995  |||  -104.738
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo  |||  -450.843
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened  |||  -450.967
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo  |||  -451.585
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo  |||  -451.690
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened  |||  -451.813
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo  |||  -452.090
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened  |||  -452.202
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened  |||  -452.213
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo  |||  -452.856
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened  |||  -452.980
- many important and real problem to solve complex number apariharza  |||  -31.095
- many important and real problem to solve complex number extremely necessary  |||  -31.408
- many important and real problem to solve complex number inevitable  |||  -31.447
- many important and real problem to for complex number extremely necessary  |||  -31.534
- many important and real problem to for complex number inevitable  |||  -31.572
- many important and real problems to solve complex number apariharza  |||  -31.603
- many important and real problems to solve complex number extremely necessary  |||  -31.917
- in many important and real problem to solve complex number extremely necessary  |||  -31.920
- many important and real problems to solve complex number inevitable  |||  -31.955
- many important and real problems to for complex number extremely necessary  |||  -32.043
- the big bang is a famous result are , in the state of the universe so and the recent state from the separate .  |||  -56.424
- the big bang is a famous result are , in the state of the universe so and the recent situation from the separate .  |||  -56.531
- the big bang is a famous result are , in the state of the universe so and recent state from the separate .  |||  -56.639
- the big bang is a famous result is , in the state of the universe so and the recent state from the separate .  |||  -56.704
- the big bang is a famous result is , in the state of the universe so and the recent situation from the separate .  |||  -56.811
- the big bang is a famous result is , in the state of the universe so and recent state from the separate .  |||  -56.919
- the big bang is a famous result are , in the state so and the recent state from the separate .  |||  -56.945
- the big bang is a famous result are , in the state so and the recent situation from the separate .  |||  -57.052
- the big bang is a famous result are , in the state of the universe so and the recent state from the different .  |||  -57.133
- the big bang is a famous result are , in the state so and recent state from the separate .  |||  -57.160
- windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -106.565
- of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -110.367
- the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -113.483
- of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -114.357
- \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -209.243
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -223.409
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by .  |||  -223.899
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a .  |||  -223.979
- rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.217
- rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being .  |||  -224.221
- rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.482
- rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.552
- rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.584
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.720
- rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -224.729
- labor economy .  |||  -2.036
- labour economics  |||  -2.248
- labor economy  |||  -2.358
- labor economics  |||  -4.475
- labour economy  |||  -4.807
- labor economy of  |||  -5.625
- britain at the same time in the world of the and his economic power was .  |||  -28.193
- britain at some point of time the world of the and his economic power was .  |||  -28.201
- britain at the same time in the world of the main and his economic power was .  |||  -28.256
- britain at some point of time the world of the main and his economic power was .  |||  -28.263
- britain at some point of time the world the and his economic power was .  |||  -28.308
- britain at some point of time in the world of the and his economic power was .  |||  -28.467
- britain at some point of time in the world of the main and his economic power was .  |||  -28.530
- britain at a time in the world of the and his economic power was .  |||  -28.540
- britain at the same time in the world the and his economic power was .  |||  -28.715
- britain at the same time in the world of the and his economical power was .  |||  -29.089
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.788
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.948
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.988
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -279.993
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.102
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.103
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.147
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.152
- the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.192
- the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -280.219
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.414
- here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.625
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.629
- here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.840
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -187.840
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the .  |||  -187.927
- here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -187.968
- here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -188.050
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to .  |||  -188.055
- is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -188.063
- . z is related polar co-ordinate two is r = .  |||  -38.983
- . z is related polar co-ordinate two are r = .  |||  -39.102
- . z its related polar co-ordinate two is r = .  |||  -39.400
- . z its related polar co-ordinate two are r = .  |||  -39.519
- . z it related polar co-ordinate two are r = .  |||  -39.683
- . z it 's related polar co-ordinate two are r = .  |||  -39.693
- . z the related polar co-ordinate two are r = .  |||  -39.807
- . z is the related polar co-ordinate two is r = .  |||  -40.038
- . z is the related polar co-ordinate two are r = .  |||  -40.546
- november  |||  0.257
- november .  |||  -3.433
- november of  |||  -5.024
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.087
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.088
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.346
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.348
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.404
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.406
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be .  |||  -345.424
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.504
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the .  |||  -345.505
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -345.587
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.793
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.821
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.935
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -464.963
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.138
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.198
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.199
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.227
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.280
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -465.303
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method .  |||  -479.857
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method .  |||  -479.921
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method .  |||  -479.965
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method .  |||  -479.974
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method .  |||  -480.007
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method .  |||  -480.029
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method .  |||  -480.029
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method .  |||  -480.038
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method .  |||  -480.071
- water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method .  |||  -480.081
- among these there tribal dance , lokuj dance , classical dance , etc .  |||  -37.853
- among these there are tribal dance , lokuj dance , classical dance , etc .  |||  -38.404
- among these there tribal dance , influences impact dance , classical dance , etc .  |||  -38.447
- among them are tribal dance , lokuj dance , classical dance , etc .  |||  -38.605
- among these there tribal dance , lokuj dance , the classical dance , etc .  |||  -38.918
- among these there are tribal dance , influences impact dance , classical dance , etc .  |||  -38.997
- among these there are tribal dance , lokuj dance , the classical dance , etc .  |||  -39.468
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .  |||  -132.632
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the .  |||  -132.742
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is .  |||  -132.785
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the .  |||  -133.224
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in .  |||  -133.319
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the .  |||  -133.334
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is .  |||  -133.376
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the .  |||  -133.443
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the .  |||  -133.812
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in .  |||  -133.910
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.161
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.174
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.330
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.343
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.580
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.725
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.727
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.739
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.749
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as .  |||  -699.773
- the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -110.735
- mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -111.085
- \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -111.198
- . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -114.066
- mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -115.120
- the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -116.452
- of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -117.545
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different .  |||  -133.431
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -133.448
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different .  |||  -133.827
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate .  |||  -134.040
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate .  |||  -134.057
- the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -134.130
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different .  |||  -134.224
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different .  |||  -134.241
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different .  |||  -134.254
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different .  |||  -134.270
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -218.686
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,  |||  -219.408
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,  |||  -219.724
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,  |||  -220.516
- the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -220.701
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the  |||  -220.728
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and  |||  -220.812
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the  |||  -221.449
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in  |||  -221.531
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and  |||  -221.534
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.566
- open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.638
- open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.644
- open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.711
- open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.716
- open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.717
- open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.789
- open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.790
- open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.794
- open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -471.850
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -109.639
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka  |||  -110.190
- the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -110.961
- the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka  |||  -111.512
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -113.950
- the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -114.276
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -114.953
- of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.018
- the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -115.280
- the first world war german \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.333
- of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.345
- the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be .  |||  -115.434
- the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.553
- first world war germany \u09b9\u09c7\u09b0\u09c7 can be .  |||  -115.694
- but this subject is to understand for even research to going on .  |||  -34.990
- but this subject is to understand for even research progress going on .  |||  -35.178
- but this subject is to understand for at present also research to going on .  |||  -35.277
- but in this matter is to understand for even research to going on .  |||  -35.392
- but this subject is to understand for today also research to going on .  |||  -35.410
- but this subject is to understand for at present also research progress going on .  |||  -35.464
- but in this subject is to understand for even research to going on .  |||  -35.590
- but this subject is to understand for presently research to going on .  |||  -35.623
- but in this matter is to understand for at present also research to going on .  |||  -35.678
- but at this subject is to understand for even research to going on .  |||  -35.785
- \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a  |||  -104.738
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.214
- he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.669
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -122.670
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -122.742
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the .  |||  -123.074
- he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -123.125
- he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -123.198
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was .  |||  -123.198
- he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -123.208
- he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in .  |||  -123.629
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.585
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.686
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.687
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.743
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.760
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that that , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.771
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.843
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.844
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.861
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -492.862
- and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -220.733
- the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -220.783
- and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.198
- and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.210
- the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.248
- and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.763
- and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.835
- the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.885
- and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -221.886
- and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines .  |||  -222.136
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -240.825
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf .  |||  -241.490
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf .  |||  -241.514
- \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.523
- \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.562
- \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.593
- \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -241.692
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -241.990
- \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf .  |||  -242.101
- \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the .  |||  -242.148
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.519
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.593
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe .  |||  -467.745
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.814
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe .  |||  -467.819
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.887
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe .  |||  -467.892
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , middle is a country of europe .  |||  -467.986
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the middle is a country of europe .  |||  -468.038
- germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe .  |||  -468.039
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion .  |||  -113.803
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion .  |||  -113.989
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion .  |||  -115.327
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of .  |||  -116.365
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of .  |||  -116.551
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion .  |||  -116.584
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of .  |||  -116.600
- \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of .  |||  -116.786
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -325.728
- but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -326.536
- but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -326.920
- but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.161
- but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.169
- but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -327.194
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow .  |||  -327.746
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down .  |||  -327.833
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow .  |||  -327.983
- subject category : gnu foundation  |||  -6.756
- subject class : the gnu foundation  |||  -7.225
- subject class : gnu foundation  |||  -7.445
- subject matter : gnu foundation  |||  -7.489
- subject category : the gnu foundation  |||  -7.497
- subject : gnu foundation  |||  -7.519
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -127.108
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -127.422
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -127.668
- economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -127.982
- economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -128.096
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -128.352
- financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study .  |||  -128.370
- economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the .  |||  -128.410
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study .  |||  -128.457
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the .  |||  -128.634
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.223
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.260
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.280
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.317
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.361
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.398
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.418
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.455
- among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.560
- among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -346.567
- on 23rd april 1992 satyajit died .  |||  -17.735
- on 23rd april 1992 satyajit expired .  |||  -18.257
- on 23rd april 1992 satyajit passed away .  |||  -19.284
- on 23rd april 1992 satyajit died . .  |||  -21.617
- he died on 23rd april 1992 .  |||  -21.773
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -238.748
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -238.899
- this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.024
- in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.101
- in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send .  |||  -239.116
- this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.175
- during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.209
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.234
- in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.252
- in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -239.262
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.110
- acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.165
- acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.335
- acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.592
- acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.594
- acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.830
- acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -347.893
- acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -348.081
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -348.245
- acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -349.825
- bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -368.897
- bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.012
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.196
- bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.213
- bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.296
- the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.384
- bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.411
- the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.499
- bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.595
- bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -369.612
- in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.580
- kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.704
- kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -136.923
- in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -137.284
- in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -137.331
- in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.172
- kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.296
- in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason  |||  -138.923
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.035
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.412
- but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.422
- but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -64.469
- but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -65.162
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.368
- but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .  |||  -66.416
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.744
- but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries .  |||  -66.755
- but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of .  |||  -66.793
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -914.735
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -914.852
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.015
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.060
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.091
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.131
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.136
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.176
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.244
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf .  |||  -915.252
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.213
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .  |||  -261.415
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .  |||  -261.573
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people .  |||  -261.583
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.743
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it .  |||  -261.775
- the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.841
- 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it .  |||  -261.873
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people .  |||  -261.944
- 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it .  |||  -261.946
- the arousal activities before penetrating male organ into vagina is called foreplay .  |||  -25.161
- the arousal activities before penetrating male organ into vagina is called the foreplay .  |||  -26.500
- the arousal activities before penetrating male organ into vagina is called as the foreplay .  |||  -27.117
- the arousal activities before penetrating male organ into vagina is called as foreplay .  |||  -27.359
- the arousal activities before penetrating male organ 

<TRUNCATED>

[14/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output.gold.bleu
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output.gold.bleu b/joshua-core/src/test/resources/bn-en/hiero/output.gold.bleu
deleted file mode 100644
index 596e317..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output.gold.bleu
+++ /dev/null
@@ -1,14 +0,0 @@
-Processing 100 sentences...
-Evaluating set of 1'th candidate translations from output...
-BLEU_precision(1) = 1032 / 1474 = 0.7001
-BLEU_precision(2) = 478 / 1374 = 0.3479
-BLEU_precision(3) = 248 / 1280 = 0.1938
-BLEU_precision(4) = 141 / 1190 = 0.1185
-BLEU_precision = 0.2735
-
-Length of candidate corpus = 1474
-Effective length of reference corpus = 1446
-BLEU_BP = 1.0000
-
-  => BLEU = 0.2735
-

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/hiero/output.scores.berkeleylm.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/hiero/output.scores.berkeleylm.gold b/joshua-core/src/test/resources/bn-en/hiero/output.scores.berkeleylm.gold
deleted file mode 100644
index fc8eeb5..0000000
--- a/joshua-core/src/test/resources/bn-en/hiero/output.scores.berkeleylm.gold
+++ /dev/null
@@ -1,100 +0,0 @@
- rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -226.302
- recently with united states with the relationship between improved .  |||  -21.022
- mathematics so science language .  |||  -10.471
- from this it it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 .  |||  -322.621
- the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel .  |||  -236.836
- \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the .  |||  -217.895
- \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that .  |||  -432.357
- other than task \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are but these are very is not .  |||  -246.114
- it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina .  |||  -255.565
- \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters  |||  -321.077
- on the year 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national he was the main speech -lrb- keynote speech -rrb- on the .  |||  -664.033
- power distribution of population on east pakistan where to west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac started with the where the whole of west pakistan was considered as a province .  |||  -186.010
- the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory  |||  -110.415
- external links of  |||  -4.318
- tata communicationer " foreign sanchar nigam limited building it is the telecommunication system is one of the main providers  |||  -48.733
- he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national assembly in election won all and was elected as the 44th president of the united states .  |||  -241.090
- many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage  |||  -332.122
- britain writers written drama novels and stories recently scripts in \u0986\u09a6\u09c3\u09a4 .  |||  -140.670
- on may 1919 , it was published in saogat magazine .  |||  -19.086
- 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged .  |||  -452.293
- to prevent this several measures are taken .  |||  -12.088
- on 5th february , \u09e7\u09ef\u09ec\u09ec \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in .  |||  -334.940
- bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the .  |||  -341.281
- subject category : encyclopedia  |||  1.726
- russia france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country .  |||  -132.240
- this is our known as an imaginary unit of mathematics formed with the help of which are set of real numbers from \u09b8\u09c7\u099f\u09c7 par with the complex number .  |||  -143.878
- <address>  |||  -13.673
- september  |||  1.148
- from this theory though big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be but it can be support .  |||  -133.987
- agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af wine cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and export the in the whole world .  |||  -252.851
- their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was .  |||  -115.913
- deshgulo are : france call , make noise china belgium switzerland germany denmark sweden austria chekoslovakia argentina italy norway \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 yugoslavia bulgaria romania \u0997\u09cd\u09b0\u09c0\u09b8 egypt singapore indonesia \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 japan burma \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 soviet russia iran iraq and sri lanka .  |||  -548.678
- this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated .  |||  -117.393
- on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb on the west and the atlantic ocean .  |||  -445.620
- apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 within \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be after taking the decision of the united nations .  |||  -248.040
- \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by .  |||  -125.132
- the subject matters sometimes puran -lrb- from sometimes in the middle age love story sometimes again from today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from .  |||  -157.897
- three measure based on the age of the universe is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years .  |||  -344.330
- there are \u0995\u09be\u099b\u09c7\u0987 east russia which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated .  |||  -235.028
- in kolkata is located at the national library of india the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf .  |||  -119.076
- \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -103.288
- \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon  |||  -218.172
- \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 .  |||  -337.188
- the \u099f\u09be\u0987\u09ae\u09cd the 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- .  |||  -1714.540
- after that , 1953 in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to .  |||  -336.768
- the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain .  |||  -242.245
- \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995  |||  -103.288
- \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo  |||  -443.070
- many important and real extremely necessary to solve problems complex number  |||  -26.515
- the big bang is a famous result in the state of the universe so and recent situation from the separate .  |||  -45.363
- windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae  |||  -104.858
- however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was .  |||  -219.540
- labour economics  |||  -0.994
- britain at some point of time the was the main and his economic power in the world .  |||  -20.224
- the military rule movement against pakistan and \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and independence movement of the bengalis , \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised .  |||  -266.155
- here is mentioned that were internet and other name of world wide web word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the .  |||  -171.397
- . the related z polar co-ordinate two are r = .  |||  -31.445
- november  |||  1.122
- 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to .  |||  -337.642
- \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical about the subject to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-  |||  -453.504
- water river from \u0989\u09a0\u09be\u09a8\u09cb was some a \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water used by animal world a system .  |||  -467.773
- among these there are tribal dance lokuj dance classical dance etc .  |||  -25.170
- the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the .  |||  -128.172
- in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 came back , after \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be of satyajit 's films , a is considered as .  |||  -681.400
- the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be  |||  -108.280
- other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different .  |||  -126.793
- asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,  |||  -215.125
- open source or open source -lrb- open source -rrb- the money is computer software the source code or the \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to .  |||  -461.854
- bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka  |||  -107.382
- the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen .  |||  -109.139
- but this subject is to understand for even research to going on .  |||  -32.160
- \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a  |||  -103.288
- he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared .  |||  -118.584
- bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not .  |||  -478.493
- and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine .  |||  -217.956
- on 4th july \u09e7\u09ed\u09ed\u09ec this constituents of a independence notice \u099c\u09be\u09b0\u09bf the .  |||  -236.748
- germany -lrb- in german : deutschland \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of pronounced [ d\u0254\u028ft\u0283lant through ] -rrb- is a country of europe .  |||  -446.865
- the main religion \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae from russia .  |||  -110.479
- but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down .  |||  -321.499
- subject category : gnu foundation  |||  -4.645
- economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the .  |||  -124.215
- among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 .  |||  -335.374
- on 23rd april 1992 satyajit died .  |||  -13.054
- at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to .  |||  -232.362
- other than acted at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 .  |||  -338.434
- bengali literature and culture a special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the .  |||  -358.420
- in kolkata durga puja tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 of the city is also a reason  |||  -131.010
- but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries .  |||  -38.023
- the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown level and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf in .  |||  -900.700
- a group of 18th century the \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it .  |||  -251.701
- the arousal activities before penetrating male organ into vagina is called foreplay .  |||  -16.182
- it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british .  |||  -341.900
- these \u098f\u0995\u098f the mycelium formed the .  |||  -217.337
- russia at present a democratic country .  |||  -6.462
- penis  |||  -3.566
- this state is called orgasm .  |||  -3.009
- history different period here established the royal more than one empire .  |||  -34.107
- micro economics  |||  -0.625
- the user to operating system the visible form of the computer interface .  |||  -29.010
- \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4\u0983 , 1971 temporary bangladesh government  |||  -110.935


[11/30] incubator-joshua git commit: Fixed remaining test cases

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/503a5fdd/joshua-core/src/test/resources/bn-en/packed/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/bn-en/packed/output.gold b/joshua-core/src/test/resources/bn-en/packed/output.gold
deleted file mode 100644
index 1c1c36d..0000000
--- a/joshua-core/src/test/resources/bn-en/packed/output.gold
+++ /dev/null
@@ -1,862 +0,0 @@
-"-230.669 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-230.837 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-231.593 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-231.977 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-232.054 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-232.473 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family"
-"-26.695 in recent times of india with united states relationship between improved ."
-"-27.174 in recent times india with united states relationship between improved ."
-"-27.329 in recent times of india with the united states relationship between improved ."
-"-27.367 in recent times of india with united states relation between improved ."
-"-27.695 in recent times in india with united states relationship between improved ."
-"-27.807 in recent times india with the united states relationship between improved ."
-"-27.845 in recent times india with united states relation between improved ."
-"-28.000 in recent times of india with the united states relation between improved ."
-"-28.037 in recent times of india with united states relation improved ."
-"-28.367 in recent times in india with united states relation between improved ."
-"-12.270 mathematics is science language ."
-"-12.290 mathematics so science language ."
-"-14.648 mathematics hence science language ."
-"-14.684 mathematics that is why science language ."
-"-14.686 mathematics that science language ."
-"-14.843 mathematics is science languages ."
-"-14.864 mathematics so science languages ."
-"-14.908 mathematics is reasons language ."
-"-329.615 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-329.869 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.539 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.631 from this can easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.793 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf would be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.878 from this can easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-330.886 from this easily it can be understood that this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.119 from this can easily it can be understood that these \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.132 from this easily it can be understood that in this \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-331.188 from this can easily it can be understood that the \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995\u099f\u09bf will be \u098f\u09ab\u0986\u09b0\u09a1\u09ac\u09cd\u09b2\u09bf\u0989 \u09ae\u09c7\u099f\u09cd\u09b0\u09bf\u0995 ."
-"-244.715 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-244.892 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.063 the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.074 on the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-245.208 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 presage match this novel from ."
-"-245.411 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match in this novel from ."
-"-245.823 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match from this novel ."
-"-245.993 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel to ."
-"-246.000 in the same time with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from ."
-"-246.051 in the same with the earthcentered \u09b8\u09be\u09ae\u09a8\u09cd\u09a4\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c7\u09b0 \u09aa\u09a4\u09a8\u09c7\u09b0 indication match this novel from the ."
-"-222.050 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-223.836 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in ."
-"-224.380 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority , in the ."
-"-224.789 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the goods ."
-"-224.989 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 seikh mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the ."
-"-224.991 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the . ."
-"-225.383 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the of ."
-"-225.396 \u09a8\u09bf\u09b0\u09cd\u09ac\u099a\u09a8\u09c7 mujib and his party \u09a8\u09bf\u09b0\u0999\u09cd\u0995\u09c1\u09b7 majority in the , ."
-"-439.395 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to that ."
-"-439.526 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can and pajama ."
-"-440.155 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with to and pajama ."
-"-440.188 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his work with can that ."
-"-440.260 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with to that ."
-"-440.280 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with to that ."
-"-440.347 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with to that ."
-"-440.391 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 of his work with can and pajama ."
-"-440.410 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 his works with can and pajama ."
-"-440.477 \u09b9\u09bf\u099f\u09b2\u09be\u09b0\u0993 \u09ac\u09be\u09ad\u09be\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09ae\u09bf\u0989\u09a8\u09bf\u0996 \u09b6\u09b9\u09b0\u09c7\u0987 in his work with can and pajama ."
-"-252.878 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-252.999 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not ."
-"-253.123 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-253.207 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character are , but these are very is not ."
-"-253.244 task other than \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very is not ."
-"-253.351 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not ."
-"-253.526 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very is not ."
-"-253.999 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some of linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there is , but these are very is not ."
-"-254.604 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character is , but these are very common not ."
-"-254.725 task apart from \u0993\u098f\u09b8-\u099f\u09cd\u09af\u09be\u09a8 and also some linux \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf\u09a4\u09cd\u09ac\u0995\u09be\u09b0\u09c0 character there are , but these are very common not ."
-"-264.205 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.435 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.473 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.567 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.703 it social situation in view \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.755 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.796 it social situation in view of \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.875 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the in the ."
-"-264.985 this social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with the \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rule of the vagina ."
-"-264.988 it social situation in \u09b8\u09bf\u09a6\u09cd\u09a7\u09be\u09a8\u09cd\u09a4\u0997\u09cd\u09b0\u09b9\u09a8\u0995\u09be\u09b0\u09c0 his oppositions with \u0995\u09cd\u09b0\u09c0\u09a1\u09bc\u09be\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 decision making the rules of the vagina ."
-"-324.551 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-324.635 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meter"
-"-324.722 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-324.806 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf meters"
-"-326.046 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-326.131 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf metres"
-"-327.121 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 annual \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-327.206 \u09ac\u09c3\u09b7\u09cd\u099f\u09bf\u09aa\u09be\u09a4\u0983 arrange \u09e8\u09eb\u09ea\u09e6 \u09ae\u09bf\u09b2\u09bf above"
-"-675.013 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.262 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- to the ."
-"-675.282 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.530 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he main speech -lrb- keynote speech -rrb- to the ."
-"-675.766 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- on the ."
-"-675.800 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he main speech -lrb- keynote speech -rrb- , the ."
-"-675.864 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f party national conference was he main speech -lrb- keynote speech -rrb- on the ."
-"-675.940 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the main speech -lrb- keynote speech -rrb- on the ."
-"-676.015 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f as the national conference was he the speech -lrb- keynote speech -rrb- to the ."
-"-676.035 in 2004 \u09ae\u09cd\u09af\u09be\u09b8\u09be\u099a\u09c1\u09b8\u09c7\u099f\u09b8 \u0985\u0999\u09cd\u0997\u09b0\u09be\u099c\u09cd\u09af\u09c7\u09b0 \u09ac\u09b8\u09cd\u099f\u09a8 in the city in \u09a1\u09c7\u09ae\u09cb\u0995\u09cd\u09b0\u09cd\u09af\u09be\u099f the national conference was he the speech -lrb- keynote speech -rrb- on the ."
-"-199.719 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-199.743 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-199.975 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-199.999 population on the power distribution of east pakistan where due to the west pakistan " one unit theory " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-200.182 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the ."
-"-200.206 population on the power distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the ."
-"-200.259 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan is a province considered as the ."
-"-200.280 population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan is a province considered as the ."
-"-200.283 population based on this distribution of east pakistan where due to the west pakistan " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the west pakistan a province considered as the ."
-"-200.304 population on the power distribution of east pakistan where due to the west pakistan , " one unit theory , " is a \u0985\u09ad\u09bf\u09a8\u09ac they started to the , where the whole of west pakistan a province considered as the ."
-"-113.022 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-113.373 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-113.486 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory"
-"-115.266 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-115.559 the theory of \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8"
-"-115.616 mathematical \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-115.729 \u2022 \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 theory of"
-"-117.032 the \u09aa\u09b0\u09bf\u09ae\u09be\u09aa\u09a8 is"
-"-6.764 external links of"
-"-7.040 relation with outside of"
-"-7.543 external link of"
-"-7.776 external communication of"
-"-8.099 external connections of"
-"-8.379 external connection of"
-"-8.600 external link by"
-"-8.928 external communication by"
-"-9.099 external links by"
-"-9.281 external connections by"
-"-159.669 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers"
-"-159.792 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a is one of the main providers"
-"-160.578 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers"
-"-160.606 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the telecommunication system is a is one of the main providers"
-"-160.701 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the city telecommunication system is a is one of the main providers"
-"-161.029 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers"
-"-161.034 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers"
-"-161.049 tata communication foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system of a is one of the main providers"
-"-161.152 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is the telecommunication system is a one of the main providers"
-"-161.157 tata communicationer foreign this \u09a8\u09bf\u0997\u09ae limited building , it is in the city telecommunication system is a is one of the main providers"
-"-342.060 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states ."
-"-342.499 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as ."
-"-342.884 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states elected as ."
-"-343.137 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in the 44th president of the united states and was elected as ."
-"-343.290 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and the 44th president of the united states was elected as ."
-"-343.354 he in that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 in and the 44th president of the united states was elected as ."
-"-343.597 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 to and the 44th president of the united states was elected as ."
-"-343.600 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 was and was elected as the 44th president of the united states ."
-"-343.619 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 national election \u099c\u09af\u09bc\u09c0 the and the 44th president of the united states was elected as ."
-"-343.622 he that year \u09ea\u0987 \u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0\u09c7\u09b0 of national election \u099c\u09af\u09bc\u09c0 in and was elected as the 44th president of the united states ."
-"-337.568 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-337.736 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.457 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-338.537 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from the upper stage"
-"-338.625 many indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.705 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-338.832 many of the indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-339.032 many of indian \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be from upper stage"
-"-339.800 many of the \u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09bf fighting \u099c\u09be\u09a4 \u099f\u09c7\u0995\u09cd\u09b8\u09be to upper stage"
-"-144.560 britain writers written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-144.892 britain writers written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-144.986 britain writers written drama , novels , stories and recently script in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.290 britain writers written drama , novels , stories and in the recent scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.319 britain writers of written drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.319 britain writers written drama , novels , stories and recently script in \u0986\u09a6\u09c3\u09a4 ."
-"-145.402 britain writers of the drama , novels , stories and recently scripts in the \u0986\u09a6\u09c3\u09a4 ."
-"-145.623 britain writers written drama , novels , stories and in the recent scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-145.651 britain writers of written drama , novels , stories and recently scripts in \u0986\u09a6\u09c3\u09a4 ."
-"-145.717 britain writers written drama , novels , stories and in the recent script in the \u0986\u09a6\u09c3\u09a4 ."
-"-29.082 1919 , on may month it saogat magazine was published in the ."
-"-29.173 1919 on may month it saogat magazine was published in the ."
-"-29.196 1919 , on may month it saogat magazine was published ."
-"-29.287 1919 on may month it saogat magazine was published ."
-"-29.459 1919 , on may month it is saogat magazine was published in the ."
-"-29.550 1919 on may month it is saogat magazine was published in the ."
-"-29.572 1919 , on may month it is saogat magazine was published ."
-"-29.663 1919 on may month it is saogat magazine was published ."
-"-29.879 1919 , on may month it saogat magazine was published in ."
-"-29.971 1919 on may month it saogat magazine was published in ."
-"-460.093 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.244 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.557 in year 2005 \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.712 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-460.863 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium was arranged ."
-"-461.115 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.266 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.734 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-461.872 in 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium arranged in the ."
-"-461.885 2005 , \u0989\u0987\u09ae\u09c7\u09a8\u09b8 tennis association of the tour \u099f\u09be\u09af\u09bc\u09be\u09b0-\u09a5\u09cd\u09b0\u09bf \u099f\u09c1\u09b0\u09cd\u09a8\u09be\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09be\u09a8\u09ab\u09bf\u09b8\u09cd\u099f open netaji indoor stadium is the ."
-"-21.333 to prevent this several measures are taken ."
-"-23.640 to prevent this several measures are in the ."
-"-23.669 to prevent this several measures are the ."
-"-23.707 to prevent this several measures are ."
-"-24.099 to prevent this several measures are in ."
-"-24.504 to avoid this possibility several measures are taken ."
-"-342.312 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.432 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.506 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.592 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.627 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 opposition \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.668 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.787 \u09e7\u09ef\u09ec\u09ec on february 5 \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-342.948 \u09e7\u09ef\u09ec\u09ec on 5th february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 against \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-343.049 \u09e7\u09ef\u09ec\u09ec , on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 a national was held in ."
-"-343.128 \u09e7\u09ef\u09ec\u09ec on 5 february \u09b2\u09be\u09b9\u09cb\u09b0\u09c7 of \u09a6\u09b2\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 is a national was held in ."
-"-348.887 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-349.144 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-349.389 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted ."
-"-349.516 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took ."
-"-349.627 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in ."
-"-350.110 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in adopted the ."
-"-350.210 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-350.262 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in in the ."
-"-350.466 the bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"-350.518 bangladesh \u0985\u09b0\u09cd\u0997\u09be\u09a8\u09be\u0987\u099c\u09c7\u09b6\u09a8 of the islamic \u0995\u09a8\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 and the islamic \u09a1\u09c7\u09ad\u09c7\u09b2\u09aa\u09ae\u09c7\u09a3\u09cd\u099f bank secured its place in took the ."
-"0.287 subject category : encyclopedia"
-"-0.402 subject class : encyclopedia"
-"-0.446 subject matter : encyclopedia"
-"-0.476 subject : encyclopedia"
-"-0.771 category : encyclopedia"
-"-136.409 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-136.785 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-137.263 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and the defense sub country ."
-"-137.272 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defence sub country ."
-"-138.633 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense subsidiary country ."
-"-138.974 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense coordinating country ."
-"-139.126 russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-139.429 russia , france and israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country of ."
-"-139.441 russia , france and of israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 country and defense sub country ."
-"-139.502 russia , france and the israel is the main \u0985\u09b8\u09cd\u09a4\u09cd\u09b0\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 state and defense sub country ."
-"-155.661 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-155.793 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.117 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.225 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.249 this is our known as imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.297 this is our known as an imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-156.357 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex numbers \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.402 this is our known imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with the ."
-"-156.430 this is our known as imaginary unit which with the help of mathematics formed the real number set from the complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-156.753 this is our known as an imaginary unit which with the help of mathematics formed the real number set from complex number \u09b8\u09c7\u099f\u09c7 par with ."
-"-21.727 <address>"
-"-126.861 " \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.198 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.412 " \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"-127.534 < \u09a0\u09bf\u0995\u09be\u09a8\u09be ""
-"-127.749 <district>kumilla</district> \u09a0\u09bf\u0995\u09be\u09a8\u09be >"
-"0.260 september"
-"-3.522 september ."
-"-104.738 \u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"
-"-147.375 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.379 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.384 this theory from , in the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.388 this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.623 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.632 in this theory from , in the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.916 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.925 this theory from however , the \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-147.965 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , rather it can be supported ."
-"-147.974 this theory from however , the big \u09ac\u09bf\u09b8\u09cd\u09ab\u09cb\u09b0\u09a3\u09cb\u09b0 against can not be , but it can be supported ."
-"-265.370 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-265.446 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.013 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export ."
-"-266.089 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and the whole world export ."
-"-266.264 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.340 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , the wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.392 agricultural in production france is the most important country , it is basically \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.490 agricultural in production france is the most important country ; it is \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , wine , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.548 agricultural in production france is the most important country , it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-266.623 agricultural in production france is the most important country ; it is mainly \u0996\u09be\u09a6\u09cd\u09af\u09b6\u09b8\u09cd\u09af , why , cheese and other \u0995\u09c3\u09b7\u09bf\u09a6\u09cd\u09b0\u09ac\u09cd\u09af europe and in the whole world export ."
-"-118.675 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-119.589 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 priority was ."
-"-119.755 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 were was ."
-"-119.974 in their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.094 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 are was ."
-"-120.273 they in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.375 of their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 person was ."
-"-120.399 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 dominance was ."
-"-120.487 their in mathematics \u09aa\u09be\u099f\u09c0\u0997\u09a3\u09bf\u09a4\u09c7\u09b0 in was ."
-"-605.242 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.394 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.592 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.619 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.745 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.771 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.951 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , and yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.969 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-605.983 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , sweden , austria , chekoslovakia , argentina , italy , norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , rumania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and after visiting srilanka ."
-"-606.122 deshgulo are : france , call , make noise , china , belgium , switzerland , germany , denmark , in sweden , austria , chekoslovakia , argentina , italy , in norway , \u09b9\u09be\u0999\u09cd\u0997\u09c7\u09b0\u09c0 , yugoslavia , bulgaria , romania , \u0997\u09cd\u09b0\u09c0\u09b8 , egypt , singapore , indonesia , \u09a5\u09be\u0987\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , japan , burma , \u09b9\u09b2\u09cd\u09af\u09be\u09a8\u09cd\u09a1 , the soviet russia , iran , iraq and sri lanka ."
-"-119.423 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-119.722 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated ."
-"-119.957 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is situated ."
-"-120.301 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located ."
-"-120.554 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-120.695 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated at ."
-"-120.727 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is located in ."
-"-120.834 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places is now bank of england is located ."
-"-120.852 in this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places now bank of england is situated in ."
-"-121.016 this \u09ac\u09cd\u09af\u09be\u09b8\u09bf\u09b2\u09bf\u0995\u09be\u09b0 places are bank of england is situated in ."
-"-461.835 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.322 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of atlantic ocean ."
-"-462.361 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of atlantic ocean ."
-"-462.532 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the of the atlantic ocean ."
-"-462.573 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the side of the atlantic ocean ."
-"-462.634 on the north of the country is the \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.712 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the the atlantic ocean ."
-"-462.825 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-462.833 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 in the south \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the on the atlantic ocean ."
-"-462.991 in the north of this country \u09ac\u09bf\u09b8\u09cd\u0995\u09be\u0987 sub-sea , on the south \u099c\u09bf\u09ac\u09cd\u09b0\u09be\u09b2\u09cd\u099f\u09be\u09b0 strait , \u09aa\u09cd\u09b0\u09a3\u09be\u09b2\u09c0\u09b0 the \u09ae\u09b0\u0995\u09cd\u0995\u09cb , west and the towards the atlantic ocean ."
-"-349.945 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.476 apart from that , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.589 apart from this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-350.844 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.121 apart from that , this situation it can be understood a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.262 apart from that , for this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.267 apart from these , this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.327 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of united nation of the decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.427 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations fast decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-351.449 apart from this situation it can be understood that a \u09ae\u09c1\u09b9\u09c2\u09b0\u09cd\u09a4\u09c7 of the united nations rapidly decision \u09a8\u09c7\u09ac\u09be\u09b0 \u0985\u0995\u09cd\u09b7\u09ae\u09a4\u09be ."
-"-129.293 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by the ."
-"-130.169 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it is controlled by ."
-"-130.397 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it controlled by the ."
-"-130.442 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it by ."
-"-130.455 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this controlled by the ."
-"-130.463 \u0995\u09be\u09b0\u09cd\u09b2 there is only through it by the ."
-"-130.546 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this by the ."
-"-130.628 \u0995\u09be\u09b0\u09cd\u09b2 place there is work through it by the ."
-"-130.739 \u0995\u09be\u09b0\u09cd\u09b2 there is work through this are conducted by the ."
-"-131.107 \u0995\u09be\u09b0\u09cd\u09b2 there is work through it are conducted by the ."
-"-165.025 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-165.876 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf taken from ."
-"-165.884 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from the accepted ."
-"-166.021 the subject of some puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.116 the subject of sometimes puran -lrb- from , sometimes in the middle age love story to , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.120 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf to accepted ."
-"-166.162 the subject of sometimes puran -lrb- from , sometimes in middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.174 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from the , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.244 the subject of sometimes puran -lrb- from , sometimes in the middle age love story from , sometimes again at the present age social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-166.279 the subject of sometime puran -lrb- from , sometimes in the middle age love story from , sometimes again today 's social and political \u0998\u099f\u09a8\u09be\u09ac\u09b2\u09bf from accepted ."
-"-354.717 three measure on the basis of the universe that age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.390 three measure on the basis of the universe that the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.566 three measure on the basis of the universe that age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.918 three measure on the basis of the universe that age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-355.947 three measure on the basis of the universe the age is found that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.235 three measure on the basis of the universe that age found in that is almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.239 three measure on the basis of the universe that the age is found that are almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.484 three measure on the basis of the universe that age is found in the almost \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.558 three measure on the basis of the universe that age is found that is around \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-356.591 three measure on the basis of the universe that the age is found that is about \u09e7\u09e9.\u09ed � \u09e6.\u09e8 billion years ."
-"-242.737 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-243.137 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which is \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated ."
-"-243.852 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in ."
-"-243.867 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in ."
-"-243.900 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated in the ."
-"-244.008 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated at ."
-"-244.031 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be situated ."
-"-244.041 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is located in ."
-"-244.052 \u0995\u09be\u099b\u09c7\u0987 there are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can is situated in ."
-"-244.075 \u0995\u09be\u099b\u09c7\u0987 are east russia , which \u0993\u0996\u099f\u09b8\u09cd\u0995 sea and japan sea on the other can be is situated in ."
-"-123.312 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-123.654 in kolkata is located in the national library of the country was public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-123.951 in kolkata is located in the national library of the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-124.144 in kolkata is located in the national library the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-124.779 in kolkata is located in the national library , is the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.068 in kolkata is located in the national library of the country is leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.571 in kolkata is located in the national library countries leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.601 in kolkata is located in the national library of the country , the pioneering public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-125.684 in kolkata is located in the national library the country leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf ."
-"-126.253 in kolkata is located in the national library of the leading public \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf . ."
-"-104.738 \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-222.227 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 ki moon"
-"-222.626 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 ki moon"
-"-224.534 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 ki moon"
-"-225.003 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what moon"
-"-225.402 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 general secretary \u09ac\u09be\u09a8 what moon"
-"-226.183 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary of \u09ac\u09be\u09a8 ki moon"
-"-226.565 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 chief secretary \u09ac\u09be\u09a8 what moon"
-"-226.669 \u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09b8\u0999\u09cd\u0998\u09c7\u09b0 secretary general \u09ac\u09be\u09a8 what salt"
-"-344.577 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-344.611 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-344.995 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.029 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of india was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.466 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.499 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.884 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.906 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system designing \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.918 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of was smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , in a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-345.940 \u09ae\u09bf\u09a8\u09bf\u0995\u09cd\u09b8\u09c7\u09b0 of were smells \u099f\u09be\u09a8\u09c7\u09a8\u09ac\u09ae , a famous operating system design \u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995 ."
-"-1735.945 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.149 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.151 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.297 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.355 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it in other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.363 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema , " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.461 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali is pure film " -rrb- ."
-"-1736.503 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it is the by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.517 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in that , " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema " -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-1736.518 the \u099f\u09be\u0987\u09ae\u09cd of 's of \u0987\u09a8\u09cd\u09a1\u09bf\u09af\u09bc\u09be-\u09a4\u09c7 written in the " it is absurd to compare it with any other indian cinema ... pather panchali is pure cinema ' -lrb- " it other by the indian films with compared to unreal ... pather panchali are pure film " -rrb- ."
-"-345.817 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-345.874 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-345.956 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.040 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.057 after this 1953 , in the month of may nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.113 after this 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.160 after this 1953 , in the month of may najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.195 after that , 1953 may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-346.217 after this 1953 on may month najrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to ."
-"-346.279 after that 1953 on may month nazrul and \u09aa\u09cd\u09b0\u09ae\u09c0\u09b2\u09be \u09a6\u09c7\u09ac\u09c0\u0995\u09c7 \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u09be\u09b0 for london sent to the ."
-"-250.818 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-250.835 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.000 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.017 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.127 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.145 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.255 the south and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and on the north there are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.309 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.317 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 plain , west and on the north are \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-251.327 the southern and the east there is \u09ac\u09bf\u09b8\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 land , west and in the north there is \u09b0\u09c1\u0995\u09cd\u09b7 mountain and mountain ."
-"-104.738 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995"
-"-450.843 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo"
-"-450.967 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened"
-"-451.585 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased ghotechilo"
-"-451.690 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the ghotechilo"
-"-451.813 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his city are the already happened"
-"-452.090 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the ghotechilo"
-"-452.202 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are increased already happened"
-"-452.213 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his in the city are the already happened"
-"-452.856 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the ghotechilo"
-"-452.980 \u09b2\u09b0\u09cd\u09a1 \u0993\u09af\u09bc\u09c7\u09b2\u09c7\u09b8\u09b2\u09bf\u09b0 -lrb- the \u0997\u09ad\u09b0\u09cd\u09a8\u09b0-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u09b2 \u09e7\u09ed\u09ef\u09ed-\u09e7\u09ee\u09e6\u09eb -rrb- during his of the city are the already happened"
-"-31.095 many important and real problem to solve complex number apariharza"
-"-31.408 many important and real problem to solve complex number extremely necessary"
-"-31.447 many important and real problem to solve complex number inevitable"
-"-31.534 many important and real problem to for complex number extremely necessary"
-"-31.572 many important and real problem to for complex number inevitable"
-"-31.603 many important and real problems to solve complex number apariharza"
-"-31.917 many important and real problems to solve complex number extremely necessary"
-"-31.920 in many important and real problem to solve complex number extremely necessary"
-"-31.955 many important and real problems to solve complex number inevitable"
-"-32.043 many important and real problems to for complex number extremely necessary"
-"-56.424 the big bang is a famous result are , in the state of the universe so and the recent state from the separate ."
-"-56.531 the big bang is a famous result are , in the state of the universe so and the recent situation from the separate ."
-"-56.639 the big bang is a famous result are , in the state of the universe so and recent state from the separate ."
-"-56.704 the big bang is a famous result is , in the state of the universe so and the recent state from the separate ."
-"-56.811 the big bang is a famous result is , in the state of the universe so and the recent situation from the separate ."
-"-56.919 the big bang is a famous result is , in the state of the universe so and recent state from the separate ."
-"-56.945 the big bang is a famous result are , in the state so and the recent state from the separate ."
-"-57.052 the big bang is a famous result are , in the state so and the recent situation from the separate ."
-"-57.133 the big bang is a famous result are , in the state of the universe so and the recent state from the different ."
-"-57.160 the big bang is a famous result are , in the state so and recent state from the separate ."
-"-106.565 windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-110.367 of windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-113.483 the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-114.357 of the windows \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-209.243 \u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09ae\u09bf\u09b2\u09bf\u09a8\u09bf\u09af\u09bc\u09be\u09ae"
-"-223.409 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-223.899 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac by ."
-"-223.979 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac a ."
-"-224.217 rabindranath however , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.221 rabindranath , in more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was being ."
-"-224.482 rabindranath , more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.552 rabindranath , in many \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.584 rabindranath , in a number of \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.720 however , rabindranath more than one \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-224.729 rabindranath , in multiple \u09b6\u09c8\u09b2\u09c0 \u0986\u09af\u09bc\u09a4\u09cd\u09a4\u09cd\u09ac was ."
-"-2.036 labor economy ."
-"-2.248 labour economics"
-"-2.358 labor economy"
-"-4.475 labor economics"
-"-4.807 labour economy"
-"-5.625 labor economy of"
-"-28.193 britain at the same time in the world of the and his economic power was ."
-"-28.201 britain at some point of time the world of the and his economic power was ."
-"-28.256 britain at the same time in the world of the main and his economic power was ."
-"-28.263 britain at some point of time the world of the main and his economic power was ."
-"-28.308 britain at some point of time the world the and his economic power was ."
-"-28.467 britain at some point of time in the world of the and his economic power was ."
-"-28.530 britain at some point of time in the world of the main and his economic power was ."
-"-28.540 britain at a time in the world of the and his economic power was ."
-"-28.715 britain at the same time in the world the and his economic power was ."
-"-29.089 britain at the same time in the world of the and his economical power was ."
-"-279.788 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.948 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.988 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-279.993 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.102 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.103 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement of independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.147 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.152 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was protest against and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.192 the military rule movement against and pakistan \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 was against protest and of the bengalis movement independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-280.219 the military rule movement against and the \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u0997\u09a4 inequality first protest against and movement of the bengalis independence on \u09a7\u09be\u09ac\u09bf\u09a4 to for he widely praised ."
-"-187.414 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.625 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.629 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.840 here mentioned is that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-187.840 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-187.927 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject indicates the ."
-"-187.968 here mentioned is required that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-188.050 here mentioned is that were internet and world wide web \u2019 s synonymous word to be but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-188.055 is mentioned here is required that were internet and world wide web \u2019 s synonymous word as considered as but actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to ."
-"-188.063 is mentioned here is required that were internet and world wide web \u2019 s synonymous word to be though actually \u09b6\u09ac\u09cd\u09a6\u09a6\u09cd\u09ac\u09af\u09bc different subject to the ."
-"-38.983 . z is related polar co-ordinate two is r = ."
-"-39.102 . z is related polar co-ordinate two are r = ."
-"-39.400 . z its related polar co-ordinate two is r = ."
-"-39.519 . z its related polar co-ordinate two are r = ."
-"-39.683 . z it related polar co-ordinate two are r = ."
-"-39.693 . z it 's related polar co-ordinate two are r = ."
-"-39.807 . z the related polar co-ordinate two are r = ."
-"-40.038 . z is the related polar co-ordinate two is r = ."
-"-40.546 . z is the related polar co-ordinate two are r = ."
-"0.257 november"
-"-3.433 november ."
-"-5.024 november of"
-"-345.087 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.088 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.346 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.348 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first ever \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.404 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.406 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 " \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.424 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be ."
-"-345.504 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-345.505 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 then professor \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to be the ."
-"-345.587 1972 \u0996\u09cd\u09b0\u09c0\u09b8\u09cd\u099f\u09be\u09ac\u09cd\u09a6\u09c7 previously called \u0986\u09b0\u09aa\u09be\u09a8\u09c7\u099f\u09c7 first \u0987\u09b2\u09c7\u0995\u09cd\u099f\u09cd\u09b0\u09a8\u09bf\u0995 mail to to ."
-"-464.793 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.821 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.935 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical subject about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-464.963 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.138 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.198 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issues with about to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.199 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.227 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and the practical issues about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.280 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungi and its practical issue about the to he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-465.303 \u099c\u09c0\u09ac science that \u09b6\u09be\u0996\u09be\u09af\u09bc fungus and its practical subject about to the he was \u099b\u09a4\u09cd\u09b0\u09be\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be -lrb- mycology -rrb-"
-"-479.857 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world in a method ."
-"-479.921 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world in a method ."
-"-479.965 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can of world a method ."
-"-479.974 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world in a method ."
-"-480.007 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by used of world in a method ."
-"-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can of world a method ."
-"-480.029 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can bhola 's a method ."
-"-480.038 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by can world in a method ."
-"-480.071 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through the water animal by used of world in a method ."
-"-480.081 water river from \u0989\u09a0\u09be\u09a8\u09cb it was a few purs \u09a6\u09bf\u09af\u09bc\u09c7- \u09a6\u09a1\u09bc\u09bf and \u09ac\u09be\u09b2\u099f\u09bf\u09b0 through water animal by can world a method ."
-"-37.853 among these there tribal dance , lokuj dance , classical dance , etc ."
-"-38.404 among these there are tribal dance , lokuj dance , classical dance , etc ."
-"-38.447 among these there tribal dance , influences impact dance , classical dance , etc ."
-"-38.605 among them are tribal dance , lokuj dance , classical dance , etc ."
-"-38.918 among these there tribal dance , lokuj dance , the classical dance , etc ."
-"-38.997 among these there are tribal dance , influences impact dance , classical dance , etc ."
-"-39.468 among these there are tribal dance , lokuj dance , the classical dance , etc ."
-"-132.632 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is the ."
-"-132.742 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in the ."
-"-132.785 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is ."
-"-133.224 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is the ."
-"-133.319 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form is in ."
-"-133.334 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in the ."
-"-133.376 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is ."
-"-133.443 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written form the ."
-"-133.812 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the ."
-"-133.910 the oldest literature at first \u09ae\u09cc\u0996\u09bf\u0995\u09ad\u09be\u09ac\u09c7 and later written in the form is in ."
-"-699.161 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.174 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.330 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.343 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.580 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.725 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.727 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.739 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in this film his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films building \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.749 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film of his conducted \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and it \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-699.773 in 1989 , the \u0997\u09a3\u09b6\u09a4\u09cd\u09b0\u09c1 in the film his between \u09a4\u09c1\u09b2\u09a8\u09be\u09ae\u09c2\u09b2\u0995\u09ad\u09be\u09ac\u09c7 \u09a6\u09c1\u09b0\u09cd\u09ac\u09b2 and this \u09a6\u09c0\u09b0\u09cd\u0998\u09a6\u09bf\u09a8\u09c7\u09b0 \u0985\u09b8\u09c1\u09b8\u09cd\u09a5\u09a4\u09be\u09b6\u09c7\u09b7\u09c7 back had come after of satyajit 's films , \u09aa\u09c1\u09a8\u09b0\u09cd\u09aa\u09cd\u09b0\u099a\u09c7\u09b7\u09cd\u099f\u09be a is considered as ."
-"-110.735 the \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-111.085 mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-111.198 \u2022 \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-114.066 . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-115.120 mathematical theory . \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-116.452 the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-117.545 of the mathematical \u09ac\u09b2\u09ac\u09bf\u09a6\u09cd\u09af\u09be"
-"-133.431 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different different ."
-"-133.448 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-133.827 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating systems like windows and mac os to linux in different different ."
-"-134.040 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to linux in different separate ."
-"-134.057 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different separate ."
-"-134.130 the other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to linux in different different ."
-"-134.224 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os to the linux in different different ."
-"-134.241 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os to the linux in different different ."
-"-134.254 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system for windows and mac os from the linux in different different ."
-"-134.270 other \u09b8\u09cd\u09ac\u09a4\u09cd\u09a4\u09cd\u09ac-\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 operating system like windows and mac os from the linux in different different ."
-"-218.686 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-219.408 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the ,"
-"-219.724 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to the ,"
-"-220.516 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af to ,"
-"-220.701 the \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to ,"
-"-220.728 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , the"
-"-220.812 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , and"
-"-221.449 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , the"
-"-221.531 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to , in"
-"-221.534 asia \u099f\u09be\u0987\u09ae\u09b8\u09c7\u09b0 \u09ad\u09be\u09b7\u09cd\u09af according to the , and"
-"-471.566 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.638 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.644 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.711 open source or open source -lrb- open source -rrb- of the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.716 open source or open source -lrb- open source -rrb- the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.717 open source or open source -lrb- open source -rrb- , the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.789 open source or open source -lrb- open source -rrb- , the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.790 open source or open source -lrb- open source -rrb- of the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.794 open source or open source -lrb- open source -rrb- the money is computer software of the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language free way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-471.850 open source or open source -lrb- open source -rrb- in the money is computer software the source code or main \u09b8\u09be\u0982\u0995\u09c7\u09a4\u09bf\u0995 language open way \u09ac\u09bf\u09a4\u09b0\u09a3 to ."
-"-109.639 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-110.190 bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-110.961 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 dhaka"
-"-111.512 the bangladesh \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 of dhaka"
-"-113.950 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-114.276 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-114.953 the first world war germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-115.018 of the first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.280 the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be seen ."
-"-115.333 the first world war german \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.345 of the first world war of germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.434 the first world war germany \u09b9\u09c7\u09b0\u09c7 that can be ."
-"-115.553 the first world war conquered \u09b9\u09c7\u09b0\u09c7 can be ."
-"-115.694 first world war germany \u09b9\u09c7\u09b0\u09c7 can be ."
-"-34.990 but this subject is to understand for even research to going on ."
-"-35.178 but this subject is to understand for even research progress going on ."
-"-35.277 but this subject is to understand for at present also research to going on ."
-"-35.392 but in this matter is to understand for even research to going on ."
-"-35.410 but this subject is to understand for today also research to going on ."
-"-35.464 but this subject is to understand for at present also research progress going on ."
-"-35.590 but in this subject is to understand for even research to going on ."
-"-35.623 but this subject is to understand for presently research to going on ."
-"-35.678 but in this matter is to understand for at present also research to going on ."
-"-35.785 but at this subject is to understand for even research to going on ."
-"-104.738 \u09b8\u09c1\u09aa\u09be\u09b0\u098f\u0987\u099a"
-"-122.214 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.669 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.670 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-122.742 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.074 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared the ."
-"-123.125 he was military forces to \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-123.198 he was the military forces to \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.198 he was military forces for \u0986\u09a8\u09ab\u09bf\u099f declared was ."
-"-123.208 he was armed forces for \u0986\u09a8\u09ab\u09bf\u099f was declared ."
-"-123.629 he was the military forces for \u0986\u09a8\u09ab\u09bf\u099f declared in ."
-"-492.585 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.686 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.687 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.743 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.760 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.771 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that that , yahya khan mujib was to form the government to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.843 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.844 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government on to \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.861 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 with announced that the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-492.862 bhutto \u098f\u09cd\u09af\u09be\u09b8\u09c7\u09ae\u09cd\u09ac\u09b2\u09bf \u09ac\u09af\u09bc\u0995\u099f to 2.5 to declared in the , yahya khan mujib was to form the government for \u099c\u09be\u09a8\u09be\u09b2\u09c7 he that government by \u09a8\u09c7\u09ac\u09c7\u09a8 not ."
-"-220.733 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-220.783 the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.198 and the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.210 and computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.248 the computer word meaning \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.763 and for computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.835 and the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.885 the computer words means \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-221.886 and the computer word money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machine ."
-"-222.136 and the computer words money \u0997\u09a3\u09a8\u09be\u0995\u09be\u09b0\u09c0 machines ."
-"-240.825 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.490 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence of notice \u099c\u09be\u09b0\u09bf ."
-"-241.514 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence written proclamation \u099c\u09be\u09b0\u09bf ."
-"-241.523 \u09e7\u09ed\u09ed\u09ec on 4th july in this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.562 \u09e7\u09ed\u09ed\u09ec , on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.593 \u09e7\u09ed\u09ed\u09ec on 4th july this constituents a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.692 \u09e7\u09ed\u09ed\u09ec on 4th july of this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-241.990 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf the ."
-"-242.101 \u09e7\u09ed\u09ed\u09ec on 4th july , this colonies are a independence notice \u099c\u09be\u09b0\u09bf ."
-"-242.148 \u09e7\u09ed\u09ed\u09ec on 4th july this colonies are a independence notice \u099c\u09be\u09b0\u09bf by the ."
-"-467.519 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.593 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.745 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe ."
-"-467.814 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.819 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the central is a country of europe ."
-"-467.887 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.892 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd the , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the is a country of europe ."
-"-467.986 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , middle is a country of europe ."
-"-468.038 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd of \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , the middle is a country of europe ."
-"-468.039 germany -lrb- in german : deutschland , \u09a1\u09af\u09bc\u099a\u09cd the \u09b2\u09be\u09a8\u09cd\u099f\u09cd of , pronounced [ d\u0254\u028ft\u0283lant ] -rrb- , central is a country of europe ."
-"-113.803 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion ."
-"-113.989 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion ."
-"-115.327 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion ."
-"-116.365 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the main religion of ."
-"-116.551 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the main religion of ."
-"-116.584 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae the main religion ."
-"-116.600 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae russia the religion of ."
-"-116.786 \u0996\u09cd\u09b0\u09bf\u09b8\u09cd\u099f\u09a7\u09b0\u09cd\u09ae of russia the religion of ."
-"-325.728 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-326.536 but \u0997\u09b2\u09a6\u09c7\u09b0 the \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-326.920 but \u0997\u09b2\u09a6\u09c7\u09b0 the educational \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.161 but \u0997\u09b2\u09a6\u09c7\u09b0 's education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.169 but \u0997\u09b2\u09a6\u09c7\u09b0 of education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.194 but \u0997\u09b2\u09a6\u09c7\u09b0 education in \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was slow down ."
-"-327.746 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was too slow ."
-"-327.833 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was the slow down ."
-"-327.983 but \u0997\u09b2\u09a6\u09c7\u09b0 education \u09b0\u09cb\u09ae\u09be\u09a8\u09c0\u0995\u09b0\u09a3\u09c7\u09b0 \u0997\u09a4\u09bf was become slow ."
-"-6.756 subject category : gnu foundation"
-"-7.225 subject class : the gnu foundation"
-"-7.445 subject class : gnu foundation"
-"-7.489 subject matter : gnu foundation"
-"-7.497 subject category : the gnu foundation"
-"-7.519 subject : gnu foundation"
-"-127.108 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-127.422 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-127.668 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-127.982 economic policy and tax \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-128.096 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-128.352 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study the ."
-"-128.370 financial policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study ."
-"-128.410 economic policy and tax revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study of the ."
-"-128.457 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 this study ."
-"-128.634 economic policy and revenue \u09a8\u09c0\u09a4\u09bf\u0995\u09c7\u0993 it study by the ."
-"-346.223 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.260 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.280 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.317 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.361 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.398 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.418 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.455 among these there are : may be \u09a4\u09cb\u09ae\u09be\u09b0 get seen , \u0993\u09b0\u09c7 this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.560 among these there are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 for this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-346.567 among them are : would have \u09a4\u09cb\u09ae\u09be\u09b0 will get seen , \u0993\u09b0\u09c7 at this any \u09b8\u09cd\u09a8\u09c7\u09b9-\u09b8\u09c1\u09b0\u09a7\u09c1\u09a8\u09c0 ."
-"-17.735 on 23rd april 1992 satyajit died ."
-"-18.257 on 23rd april 1992 satyajit expired ."
-"-19.284 on 23rd april 1992 satyajit passed away ."
-"-21.617 on 23rd april 1992 satyajit died . ."
-"-21.773 he died on 23rd april 1992 ."
-"-238.748 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-238.899 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.024 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.101 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.116 in this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send ."
-"-239.175 this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.209 during this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.234 at this time nazrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.252 in this time nazrul medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f stay famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-239.262 in this time najrul 's medical \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f earning famous \u099a\u09bf\u0995\u09bf\u09ce\u09b8\u0995\u09a6\u09c7\u09b0 to send to ."
-"-347.110 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.165 acted apart from at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.335 acted apart at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.592 acted , at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.594 acted apart from different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.830 acted apart from different time rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-347.893 acted in addition at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-348.081 acted without at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-348.245 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 of different \u09a6\u09be\u09a4\u09ac\u09cd\u09af are connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-349.825 acted other than at different times rani \u09ae\u09c1\u0996\u09be\u09b0\u09cd\u099c\u09c0 different \u09a6\u09be\u09a4\u09ac\u09cd\u09af offices connected with \u09a5\u09c7\u0995\u09c7\u099b\u09c7\u09a8 ."
-"-368.897 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.012 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.196 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.213 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.296 bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.384 the bengali literature and culture of his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.411 bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.499 the bengali literature and culture in his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9th december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.595 bengali literature and culture his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-369.612 bengali literature and culture , his special contribution on \u09b8\u09cd\u09ac\u09c0\u0995\u09c3\u09a4\u09bf\u09b8\u09cd\u09ac\u09b0\u09c1\u09aa year on 9 december , dhaka university he was honorary \u09a1\u09bf.\u09b2\u09bf\u099f \u0989\u09aa\u09be\u09a7\u09bf\u09a4\u09c7 awarded with the ."
-"-136.580 in kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-136.704 kolkata 's durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-136.923 kolkata durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-137.284 in the durga puja of the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-137.331 in kolkata durga puja of the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.172 in kolkata durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.296 kolkata 's durga puja in the city is one of the tourism \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-138.923 in kolkata durga puja in the city is one of the tourists spot \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u0993 is also a reason"
-"-64.035 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.412 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.422 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-64.469 but many people of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-65.162 but many of east germany started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries ."
-"-66.368 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.416 but many of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of ."
-"-66.744 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.755 but many of the east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 of the and its boundaries ."
-"-66.793 but many people of east german started living in economically reach and democratic west germany , east germany government built a wall in berlin in 1961 and reinforced its boundaries of ."
-"-914.735 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-914.852 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.015 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.060 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.091 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.131 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene of " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.136 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.176 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown lift , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.244 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 the seven \u09ae\u09bf\u09a8\u09bf\u099f , which \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " of the garden \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-915.252 the first one is the film \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u0995 first seven \u09ae\u09bf\u09a8\u09bf\u099f , which is \u099a\u09be\u09b0\u09c1\u09b0 \u098f\u0995\u0998\u09c7\u09af\u09bc\u09c7\u09ae\u09bf life shown them , and the second one is " the \u09a6\u09cb\u09b2\u09a8\u09be\u09b0 scene " , where \u099a\u09be\u09b0\u09c1 \u0985\u09ae\u09b2\u09c7\u09b0 for his love \u09ae\u09c1\u0996\u09cb\u09ae\u09c1\u0996\u09bf ."
-"-261.213 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.415 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it ."
-"-261.573 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development it ."
-"-261.583 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development people ."
-"-261.743 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.775 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development of it ."
-"-261.841 the 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.873 18th century a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development it ."
-"-261.944 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through economic thoughts development people ."
-"-261.946 18th century the a group of \u099a\u09bf\u09a8\u09cd\u09a4\u09be\u09ac\u09bf\u09a6 and writer of income and production \u099a\u0995\u09cd\u09b0\u09be\u0995\u09be\u09b0 current through the economic thoughts development of it ."
-"-25.161 the arousal activities before penetrating male organ into vagina is called foreplay ."
-"-26.500 the arousal activities before penetrating male organ into vagina is called the foreplay ."
-"-27.117 the arousal activities before penetrating male organ into vagina is called as the foreplay ."
-"-27.359 the arousal activities before penetrating male organ into vagina is called as foreplay ."
-"-27.669 the arousal activities before penetrating male organ into vagina is called stimulation ."
-"-349.226 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.276 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.530 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-349.560 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-349.580 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 by british ."
-"-349.585 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.610 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in the middle of was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 infected by british ."
-"-349.627 it is mainly \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.663 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in which was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-349.704 it is basically \u09b6\u09c2\u0995\u09b0\u09c7\u09b0 in between in was which can \u09b6\u09c2\u0995\u09b0\u0995\u09c7 \u0987\u09a8\u09ab\u09cd\u09b2\u09c1\u09af\u09bc\u09c7\u099e\u09cd\u099c\u09be\u09a4\u09c7 affected by british ."
-"-221.617 these are \u098f\u0995\u098f the mycelium structure ."
-"-221.656 these \u098f\u0995\u098f the mycelium structure ."
-"-221.769 these are \u098f\u0995\u098f to mycelium structure ."
-"-221.807 these \u098f\u0995\u098f to mycelium structure ."
-"-222.116 these are \u098f\u0995\u098f the mycelium formed the ."
-"-222.155 these \u098f\u0995\u098f the mycelium formed the ."
-"-222.250 these are \u098f\u0995\u098f the mycelium formed ."
-"-222.268 these are \u098f\u0995\u098f to mycelium formed the ."
-"-222.288 these \u098f\u0995\u098f the mycelium formed ."
-"-222.306 these \u098f\u0995\u098f to mycelium formed the ."
-"-8.527 russia at a democratic country ."
-"-8.727 russia is now a democratic country ."
-"-8.985 russia now a democratic country ."
-"-8.991 russia at present a democratic country ."
-"-9.259 russia is a democratic country ."
-"-9.330 russia at present is a democratic country ."
-"-4.520 penis"
-"-4.864 gender"
-"-5.566 sex"
-"-6.544 sexual organs"
-"-6.916 the"
-"-104.738 \u09b2\u09bf\u0999\u09cd\u0997"
-"-9.024 this state is called orgasm ."
-"-13.083 this state is called orgasm . ."
-"-37.091 history of different period here itself was established royal more than one empire ."
-"-37.533 history of different period here only was established royal more than one empire ."
-"-37.644 history of different period here only established in royal more than one empire ."
-"-37.659 history of different period here itself established in royal more than one empire ."
-"-37.716 history of different period here itself was established royal more empire ."
-"-37.750 history of different period here itself was established royal more than one kingdom ."
-"-37.861 history of different period here was established royal more than one empire ."
-"-37.954 history of different period here itself was established on royal more than one empire ."
-"-38.021 history of different period this was established royal more than one empire ."
-"-38.157 history of different period here only was established royal more empire ."
-"-2.135 micro economics"
-"-2.844 micro economics ."
-"-3.315 macro economics"
-"-5.518 micro economics of"
-"-6.060 micro economics in"
-"-32.828 the user to operating system the visible form of the computer interface ."
-"-33.055 the user to operating system of the visible form of the computer interface ."
-"-33.193 the user to operating system is the visible form of the computer interface ."
-"-33.225 the user to operating system most visible form of the computer interface ."
-"-33.243 the user to operating system is most visible form of the computer interface ."
-"-33.305 the user to operating system is visible form of the computer interface ."
-"-33.333 the user to operating system the most visible form of the computer interface ."
-"-33.773 the user to operating system the visible form of the computers interface ."
-"-33.823 user to operating system of the visible form of the computer interface ."
-"-33.992 user to operating system most visible form of the computer interface ."
-"-113.858 

<TRUNCATED>

[30/30] incubator-joshua git commit: fixed constrained decoding test

Posted by mj...@apache.org.
fixed constrained decoding test

I'm having some difficulty debugging errors when, for example, the config file location is given incorrectly and therefore isn't loaded. This seems to happen silently without any informative error. Just mentioning this to be sure it's on the docket.


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/8f47187e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/8f47187e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/8f47187e

Branch: refs/heads/7_confsystem
Commit: 8f47187e4a5d8d4ea5940165b88eec1d7615610b
Parents: fbe6c5f
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sat Sep 17 23:24:57 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sat Sep 17 23:24:57 2016 +0200

----------------------------------------------------------------------
 .../joshua/decoder/cky/ConstrainedTest.java     | 84 ++++++++++----------
 .../resources/decoder/constrained/gold.scores   | 27 -------
 .../test/resources/decoder/constrained/input.bn |  8 --
 .../resources/decoder/constrained/joshua.config | 45 -----------
 .../resources/decoder/constrained/output.bleu   |  0
 .../resources/decoder/constrained/output.gold   | 30 -------
 .../test/resources/decoder/constrained/test.sh  | 30 -------
 .../test/resources/decoder/constrained/weights  | 22 -----
 8 files changed, 40 insertions(+), 206 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/java/org/apache/joshua/decoder/cky/ConstrainedTest.java
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/ConstrainedTest.java b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/ConstrainedTest.java
index 7a2a7b4..70f4108 100644
--- a/joshua-core/src/test/java/org/apache/joshua/decoder/cky/ConstrainedTest.java
+++ b/joshua-core/src/test/java/org/apache/joshua/decoder/cky/ConstrainedTest.java
@@ -1,23 +1,20 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license
+ * agreements. See the NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The ASF licenses this file to you 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
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Unless required by applicable law or agreed to in writing, software distributed under the License
+ * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing permissions and limitations under
+ * the License.
  */
 package org.apache.joshua.decoder.cky;
 
+import static com.typesafe.config.ConfigFactory.parseResources;
 import static org.apache.joshua.decoder.cky.TestUtil.decodeList;
 import static org.apache.joshua.decoder.cky.TestUtil.loadStringsFromFile;
 import static org.testng.Assert.assertEquals;
@@ -29,36 +26,35 @@ import org.apache.joshua.util.io.KenLmTestUtil;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.Test;
 
-public class ConstrainedTest {
-
-	private JoshuaConfiguration joshuaConfig;
-	private Decoder decoder;
-
-	@AfterMethod
-	public void tearDown() throws Exception {
-		if(decoder != null) {
-			decoder.cleanUp();
-			decoder = null;
-		}
-	}
+import com.typesafe.config.Config;
 
-	@Test
-	public void givenInput_whenConstrainedDecoding_thenScoreAndTranslationCorrect() throws Exception {
-		// Given
-		List<String> inputStrings = loadStringsFromFile("src/test/resources/decoder/constrained/input.bn");
-
-		// When
-		configureDecoder("src/test/resources/decoder/constrained/joshua.config");
-		List<String> decodedStrings = decodeList(inputStrings, decoder, joshuaConfig);
+public class ConstrainedTest {
 
-		// Then
-		List<String> goldStrings = loadStringsFromFile("src/test/resources/decoder/constrained/output.gold");
-		assertEquals(decodedStrings, goldStrings);
-	}
-	
-	public void configureDecoder(String pathToConfig) throws Exception {
-		joshuaConfig = new JoshuaConfiguration();
-		joshuaConfig.readConfigFile(pathToConfig);
-		KenLmTestUtil.Guard(() -> decoder = new Decoder(joshuaConfig));
-	}
+  private Decoder decoder;
+
+  @AfterMethod
+  public void tearDown() throws Exception {
+    if (decoder != null) {
+      decoder.cleanUp();
+      decoder = null;
+    }
+  }
+
+  @Test
+  public void givenInput_whenConstrainedDecoding_thenScoreAndTranslationCorrect() throws Exception {
+    // Given
+    List<String> inputStrings = loadStringsFromFile(this.getClass().getResource("ConstrainedTest.in").getFile());
+
+    // When
+    Config config = parseResources(this.getClass(), "ConstrainedTest.conf")
+        .withFallback(Decoder.getDefaultFlags());
+    decoder = new Decoder(config);
+    
+    List<String> decodedStrings = decodeList(inputStrings, decoder);
+
+    // Then
+    List<String> goldStrings = loadStringsFromFile(this.getClass().getResource("ConstrainedTest.gold").getFile());
+
+    assertEquals(decodedStrings, goldStrings);
+  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/gold.scores
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/gold.scores b/joshua-core/src/test/resources/decoder/constrained/gold.scores
deleted file mode 100644
index 4b90eb1..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/gold.scores
+++ /dev/null
@@ -1,27 +0,0 @@
- mathematics so science language .  |||  -10.471
- mathematics is science language .  |||  -10.543
- mathematics that science language .  |||  -11.587
- science mathematics that language .  |||  -12.065
- mathematics so that the science language .  |||  -12.259
- mathematics hence science language .  |||  -12.352
- mathematics that is science language .  |||  -12.590
- mathematics , science language .  |||  -12.619
- mathematics that is why science language .  |||  -12.751
- mathematics in science language .  |||  -12.755
- mathematics is science language .  |||  -10.543
- rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -226.523
- rabindranath 's birth in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.201
- rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.217
- rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.417
- rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.707
- rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.000
- rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.133
- rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.160
- rabindranath born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.266
- rabindranath 's birth in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -228.386
- rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -226.302
- rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -226.523
- rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.707
- rabindranath born in in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -232.123
- rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -227.643
- rabindranath born in kolkata was one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family  |||  -229.108

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/input.bn
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/input.bn b/joshua-core/src/test/resources/decoder/constrained/input.bn
deleted file mode 100644
index 291bca0..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/input.bn
+++ /dev/null
@@ -1,8 +0,0 @@
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964
-\u0997\u09a3\u09bf\u09a4 \u09a4\u09be\u0987 \u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8\u09c7\u09b0 \u09ad\u09be\u09b7\u09be \u0964 ||| mathematics is science language .
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 ||| rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 ||| rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 ||| rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 ||| rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
-\u09b0\u09ac\u09c0\u09a8\u09cd\u09a6\u09cd\u09b0\u09a8\u09be\u09a5\u09c7\u09b0 \u099c\u09a8\u09cd\u09ae \u09b9\u09af\u09bc\u09c7\u099b\u09bf\u09b2 \u0995\u09b2\u0995\u09be\u09a4\u09be\u09b0 \u098f\u0995 \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 \u09aa\u09b0\u09bf\u09ac\u09be\u09b0\u09c7 \u0964 ||| rabindranath born in kolkata was one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/joshua.config
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/joshua.config b/joshua-core/src/test/resources/decoder/constrained/joshua.config
deleted file mode 100644
index 8871cbb..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/joshua.config
+++ /dev/null
@@ -1,45 +0,0 @@
-lm = kenlm 5 false false 100 src/test/resources/decoder/constrained/lm.gz
-
-tm = thrax pt 12 src/test/resources/decoder/constrained/grammar.gz
-tm = thrax glue -1 src/test/resources/decoder/constrained/glue-grammar
-
-mark_oovs = false
-
-default-non-terminal = X
-goalSymbol = GOAL
-
-#pruning config
-pop-limit = 100
-
-output-format = %c %s
-
-#nbest config
-use_unique_nbest = true
-top_n = 10
-
-feature-function = WordPenalty
-feature-function = OOVPenalty
-
-
-lm_0 1.2373676802179452
-
-pt_0 2.4497429277910214
-pt_1 -0.7224581556224123
-pt_2 0.31689069155153504
-pt_3 -0.33861043967238036
-pt_4 -0.03553113401320236
-pt_5 -0.19138972284064748
-pt_6 -0.3417994095521415
-pt_7 0.9936312455671283
-pt_8 -0.9070737587091975
-pt_9 -0.8202511858619419
-pt_10 -0.2593091306160006
-pt_11 -0.25597137004462134
-pt_12 -0.3538894647790496
-pt_13 0.36212061186692646
-pt_14 0.32923261148678096
-pt_15 -0.5524863522177359
-pt_16 -0.23451595442127693
-glue_0 -1
-WordPenalty -3.6942747832593694
-OOVPenalty 1.0

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/output.bleu
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/output.bleu b/joshua-core/src/test/resources/decoder/constrained/output.bleu
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/output.gold
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/output.gold b/joshua-core/src/test/resources/decoder/constrained/output.gold
deleted file mode 100644
index a48d5cb..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/output.gold
+++ /dev/null
@@ -1,30 +0,0 @@
--10.471 mathematics so science language .
--10.543 mathematics is science language .
--11.587 mathematics that science language .
--12.065 science mathematics that language .
--12.259 mathematics so that the science language .
--12.352 mathematics hence science language .
--12.590 mathematics that is science language .
--12.619 mathematics , science language .
--12.751 mathematics that is why science language .
--12.755 mathematics in science language .
--10.543 mathematics is science language .
--226.302 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--226.523 rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--226.884 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--227.201 rabindranath 's birth in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--227.217 rabindranath was born in kolkata a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--227.707 rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--227.982 rabindranath was born in the a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--228.069 rabindranath was born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--228.133 rabindranath was born in kolkata in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--228.160 rabindranath was born in kolkata one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--226.302 rabindranath was born in a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--226.523 rabindranath born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--230.920 rabindranath born in in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--227.707 rabindranath born in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--232.123 rabindranath born in in kolkata is one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--226.884 rabindranath was born in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--231.320 rabindranath was born kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--232.836 rabindranath was born in in kolkata is a \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family
--229.108 rabindranath born in kolkata was one \u09aa\u09bf\u09b0\u09be\u09b2\u09c0 \u09ac\u09cd\u09b0\u09be\u09b9\u09cd\u09ae\u09a3 in the family

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/test.sh
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/test.sh b/joshua-core/src/test/resources/decoder/constrained/test.sh
deleted file mode 100755
index b21e2ff..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/test.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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 required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-set -u
-
-cat input.bn | $JOSHUA/bin/joshua-decoder -m 1g -threads 1 -c joshua.config > output 2> log
-
-# Compare
-diff -u output output.gold > diff
-
-if [ $? -eq 0 ]; then
-	rm -f diff log output output.scores
-	exit 0
-else
-	exit 1
-fi

http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/8f47187e/joshua-core/src/test/resources/decoder/constrained/weights
----------------------------------------------------------------------
diff --git a/joshua-core/src/test/resources/decoder/constrained/weights b/joshua-core/src/test/resources/decoder/constrained/weights
deleted file mode 100644
index c4e32e7..0000000
--- a/joshua-core/src/test/resources/decoder/constrained/weights
+++ /dev/null
@@ -1,22 +0,0 @@
-lm_0 1.2373676802179452
-
-tm_pt_0 -2.4497429277910214
-tm_pt_1 0.7224581556224123
-tm_pt_2 -0.31689069155153504
-tm_pt_3 0.33861043967238036
-tm_pt_4 0.03553113401320236
-tm_pt_5 0.19138972284064748
-tm_pt_6 0.3417994095521415
-tm_pt_7 -0.9936312455671283
-tm_pt_8 0.9070737587091975
-tm_pt_9 0.8202511858619419
-tm_pt_10 0.2593091306160006
-tm_pt_11 0.25597137004462134
-tm_pt_12 0.3538894647790496
-tm_pt_13 -0.36212061186692646
-tm_pt_14 -0.32923261148678096
-tm_pt_15 0.5524863522177359
-tm_pt_16 0.23451595442127693
-tm_glue_0 1
-WordPenalty -3.6942747832593694
-OOVPenalty -100.0