-
Updated
Mar 24, 2022 - Python
natural-language
Here are 418 public repositories matching this topic...
-
Updated
Mar 24, 2022 - Java
-
Updated
Sep 7, 2021 - Python
-
Updated
Mar 24, 2022 - Python
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Nov 26, 2021 - Scheme
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Apr 23, 2021 - Python
The models and algorithms in https://github.com/boudinfl/pke#implemented-models are similar to Textrank but not sped up by SpaCy, so it might be a good idea to include them in PyTextRank
PS: There are also other non TextRank-esque algorithms to consider when making this assessment:
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Dec 24, 2020 - Jupyter Notebook
-
Updated
Feb 15, 2022 - Python
-
Updated
Feb 28, 2022 - HTML
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Nov 2, 2021 - Vim script
-
Updated
Mar 23, 2022 - C
-
Updated
Sep 11, 2020 - Python
-
Updated
Dec 20, 2021 - Java
-
Updated
Feb 16, 2022 - Java
-
Updated
Feb 14, 2022 - Jupyter Notebook
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Mar 22, 2022 - Objective-C
I'm using link-grammar-5.3.15.
This one didn't work for me:
https://github.com/opencog/link-grammar/blob/master/bindings/java/org/linkgrammar/LinkGrammar.java#L43
Even when I added /usr/local/lib to jvm props:
java.lang.UnsatisfiedLinkError: no liblink-grammar in java.library.path
I fixed it by replacing that line into:
System.load("/usr/local/lib/liblink-grammar-java.so")
-
Updated
Jun 14, 2021 - Python
-
Updated
Jan 26, 2021 - Jupyter Notebook
-
Updated
Feb 10, 2022 - Python
Improve this page
Add a description, image, and links to the natural-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the natural-language topic, visit your repo's landing page and select "manage topics."
When I've create a rule and test it.
https://github.com/textlint-rule/textlint-rule-no-duplicate-abbr/blob/0e496443352a451d17f04526893ba1c10c60eaf3/src/textlint-rule-no-duplicate-abbr.ts#L4-L12
TypeScript throw an compiler error on textlint-tester.