Federico Barrios

Results 4 issues of Federico Barrios

See https://github.com/RaRe-Technologies/gensim/pull/2298 and see if they could be adapted to this module.

At the moment, the `texcleaner.py` modules have two global variables, `STEMMER` and `STOPWORDS`. It would be great to get rid of them. Perhaps we need to create an object? I...

Hi all! I'm using the raml-parser-2 v. 1.0.7 to parse the following RAML: ``` #%RAML 1.0 --- title: Library API baseUri: http://localhost/library /authors: /{authorId}: uriParameters: authorId: type: integer description: The...

enhancement
v2
RAML 1.0

The parsing of the following file: ``` #%RAML 1.0 NamedExample - title: Lalala ``` Throws this exception: ``` java.lang.NumberFormatException: For input string: "mediaType" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:492) at java.lang.Integer.parseInt(Integer.java:527) at...