-
Updated
Apr 14, 2021 - Python
natural-language
Here are 370 public repositories matching this topic...
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 14, 2021 - Java
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Apr 9, 2021 - Scheme
-
Updated
Feb 14, 2021 - JavaScript
Current
export declare type TextlintRuleReportHandler = {
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>;
} & {
[index: string]: (node: any) => void | Promise<any>;
};
/**
* Textlint rule reporter function
*/
export declare type TextlintRuleReporter<T extends object = {}> = (context: Readonly<TextlintRuleContext>, options?: TextlintRuleOptions<T>) -
Updated
Dec 9, 2020 - Python
Papers
COLING'2020 will be happening next week (Dec 8-13, 2020, online). And one of the papers accepted there caught my attention.
It's called (2020) Biased TextRank: Unsupervised Graph-Based Content Extraction, under the supervision of Rada Mihalcea.
That paper lead me to read another paper: [(2017) A Position-Biased PageRank Algorithm for Keyphrase E
-
Updated
Jan 15, 2021 - Python
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Dec 24, 2020 - Jupyter Notebook
-
Updated
Mar 26, 2021 - Python
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Mar 10, 2021 - HTML
-
Updated
Sep 11, 2020 - Python
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Apr 10, 2021 - Ring
-
Updated
Sep 24, 2020 - Java
-
Updated
Mar 9, 2021 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Mar 18, 2021 - Kotlin
-
Updated
Mar 23, 2021 - Swift
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
Dec 25, 2020 - Python
-
Updated
Dec 1, 2020 - TeX
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."
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.