-
-
I realize the book was published in 2009, but I would still like to use it to learn Python/NLP with my linguistics but non-computational background. I am fairly computer-literate, but all my attempts …
-
before building a corpus, it is important to understand what sort of corpus will provide what sort of grammatical phenomena. In this study, we identified the need for multiple scopes per sentence and …
-
-
#### Issue
Cannot unpickle a HiddenMarkovModelTagger object, instead get this error raised:
```
C:\Python27\lib\site-packages\nltk-3.0a1-py2.7.egg\nltk\probability.pyc in __init__(self, probdist_dic…
-
The datatype field is missing from items in Nabu - it is a repeating field with a controlled vocab that should be included in each item. It could be placed near "discourse type" but is a separate fiel…
-
As we get more and more newbie users, it might be good to have some more basic info in the tutorials / examples.
Here: http://www.kaggle.com/c/data-science-london-scikit-learn/forums/t/3986/welcome/2…
-
_graph_laplacian_sparse (in sklearn/utils/graph.py) use the following line to modify the sparse matrix:
``` python
lap = lap.tolil()
diagonal_holes = list(set(range(n_nodes)).difference(diag_idx))
l…
-
What version of NLTK are you using? (See nltk.**version**). Please only
submit bug reports for the current version.
2.0b7
What steps will reproduce the problem? (e.g. include Python source code)
…
-